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 | ??Y??K | 001111110011111101011001001111110011111101001011 | 3f3f593f3f4b |
SJIS-WIN | 嶸。Y嶸ッK | 1111101010110100101000010101100111111010101101001010111101001011 | fab4a159fab4af4b |
EUC-JP | 嶸。Y嶸ッK | 100011111011101111110100100011101010000101011001100011111011101111110100100011101010111101001011 | 8fbbf48ea1598fbbf48eaf4b |
UTF-8 | 嶸。Y嶸ッK | 1110010110110110101110001110111110111101101000010101100111100101101101101011100011101111101111011010111101001011 | e5b6b8efbda159e5b6b8efbdaf4b |
UHC | 嶸?Y嶸?K | 1110011110101110001111110101100111100111101011100011111101001011 | e7ae3f59e7ae3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)