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 | 驛??鎰?? | 1110100110000011001111110011111111101000010011000011111100111111 | e9833f3fe84c3f3f |
EUC-JP | 驛??鎰?? | 1111000111100011001111110011111111101111101011010011111100111111 | f1e33f3fefad3f3f |
UTF-8 | 驛년꽒鎰꾢푻 | 111010011010100110011011111010111000010110000100111010101011110110010010111010011000111010110000111010101011111010100010111011011001000110111011 | e9a99beb8584eabd92e98eb0eabea2ed91bb |
UHC | 驛년꽒鎰꾢푻 | 111001101011111010110011111000101000010010100001111011001111000010000100111001011011111010000111 | e6beb3e284a1ecf084e5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)