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 | 議?錚橋?淫 | 10001011011000110011111111101000010000101000101110110100001111111000100011111010 | 8b633fe8428bb43f88fa |
EUC-JP | 議?錚橋?淫 | 10110101110001000011111111101111101000111011011010110110001111111011000011111100 | b5c43fefa3b6b63fb0fc |
UTF-8 | 議렣錚橋륏淫 | 111010001010110110110000111010111010000010100011111010011000110010011010111001101010100110001011111010111010010110001111111001101011011110101011 | e8adb0eba0a3e98c9ae6a98beba58fe6b7ab |
UHC | 議렣錚橋륏淫 | 111011001010000110001110101101001110111010110110110011101110100110110111111101111110101111100010 | eca18eb4eeb6cee9b7f7ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)