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 | ?冪???毆 | 0011111110011001011100000011111100111111001111111001111101110111 | 3f99703f3f3f9f77 |
EUC-JP | ?冪???毆 | 0011111111010001110100010011111100111111001111111101110111011000 | 3fd1d13f3f3fddd8 |
UTF-8 | 了冪렰렧뤗毆 | 111011111010011010111010111001011000011010101010111010111010000010110000111010111010000010100111111010111010010010010111111001101010111110000110 | efa6bae586aaeba0b0eba0a7eba497e6af86 |
UHC | 了冪렰렧뤗毆 | 111010001110011111011000111100011000111010111101100011101011011010001111110001111100111110110010 | e8e7d8f18ebd8eb68fc7cfb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)