To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 秧??伊η? | 111000100101111000111111001111111000100011001001100000111100010100111111 | e25e3f3f88c983c53f |
EUC-JP | 秧??伊η? | 111000111011111100111111001111111011000011001011101001101100011100111111 | e3bf3f3fb0cba6c73f |
UTF-8 | 秧덀깷伊η뜲 | 1110011110100111101001111110101110001101100000001110101010111001101101111110010010111100100010101100111010110111111010111001110010110010 | e7a7a7eb8d80eab9b7e4bc8aceb7eb9cb2 |
UHC | 秧덀깷伊η뜲 | 111001001110101110001000111000111000001110100101111011001010010110100101111001111000110110110000 | e4eb88e383a5eca5a5e78db0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)