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 | ??×??? | 001111110011111111010111001111110011111100111111 | 3f3fd73f3f3f |
SJIS-WIN | ??×?f┏ | 001111110011111110000001011111100011111110000010100001101000010010101100 | 3f3f817e3f828684ac |
EUC-JP | 旿?×沅f┏ | 10001111110000011111010000111111101000011101111110001111110001101110100110100011111001101010100010101110 | 8fc1f43fa1df8fc6e9a3e6a8ae |
UTF-8 | 旿덉×沅f┏ | 1110011010010111101111111110101110001101100010011100001110010111111001101011001010000101111011111011110110000110111000101001010010001111 | e697bfeb8d89c397e6b285efbd86e2948f |
UHC | 旿덉×沅f┏ | 111001111111101010001000111011001010000110111111111010101011011010100011111001101010011010101110 | e7fa88eca1bfeab6a3e6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)