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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?這? | 00111111100101001000011100111111 | 3f94873f |
EUC-JP | ?這? | 00111111110001111110011100111111 | 3fc7e73f |
UTF-8 | 롈這롆 | 111010111010000110001000111010011000000010011001111010111010000110000110 | eba188e98099eba186 |
UHC | 롈這롆 | 100011101100111011101110110011111000111011001100 | 8eceeecf8ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)