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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 枝?朗 | 1000111001111101001111111111101011100000 | 8e7d3ffae0 |
EUC-JP | 枝?? | 10111011110111100011111100111111 | bbde3f3f |
UTF-8 | 枝븃朗 | 111001101001111010011101111010111011100010000011111011111010010010101001 | e69e9debb883efa4a9 |
UHC | 枝븃朗 | 111100101010101110111010111010001101001010101000 | f2abbae8d2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)