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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???孺? | 001111110011111100111111100110110111110100111111 | 3f3f3f9b7d3f |
EUC-JP | ???孺? | 001111110011111100111111110101011101111000111111 | 3f3f3fd5de3f |
UTF-8 | 僚녈룗孺쇘 | 111011111010011010111011111010111000010110001000111010111010001110010111111001011010110110111010111011001000011110011000 | efa6bbeb8588eba397e5adbaec8798 |
UHC | 僚녈룗孺쇘 | 11101000111010001011001111100011100011111001001111101010111010001011110011100111 | e8e8b3e38f93eae8bce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)