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 | ?蘖???? | 00111111100111110101000000111111001111110011111100111111 | 3f9f503f3f3f3f |
EUC-JP | ?蘖???? | 00111111110111011011000100111111001111110011111100111111 | 3fddb13f3f3f3f |
UTF-8 | 얍蘖렟소렯렶 | 111011001001011010001101111010001001100010010110111010111010000010011111111011001000011010001100111010111010000010101111111010111010000010110110 | ec968de89896eba09fec868ceba0afeba0b6 |
UHC | 얍蘖렟소렯렶 | 101111101110010111100101111011101000111010110000101111001101001010001110101111001000111011000001 | bee5e5ee8eb0bcd28ebc8ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)