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 | 種?迂橋?烽 | 10001110111011010011111110001001010010011000101110110100001111111110000010000010 | 8eed3f89498bb43fe082 |
EUC-JP | 種?迂橋?烽 | 10111100111011110011111110110001101010101011011010110110001111111101111111100010 | bcef3fb1aab6b63fdfe2 |
UTF-8 | 種렣迂橋롛烽 | 111001111010100010101110111010111010000010100011111010001011111110000010111001101010100110001011111010111010000110011011111001111000001110111101 | e7a8aeeba0a3e8bf82e6a98beba19be783bd |
UHC | 種렣迂橋롛烽 | 111100001111101010001110101101001110100111100110110011101110100110001110110111111101110011101011 | f0fa8eb4e9e6cee98edfdceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)