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 | 彧自岦 | 111110101011100110001110101010011111101010101100 | fab98ea9faac |
EUC-JP | 彧自岦 | 1000111110111100111111101011110010101011100011111011101110110011 | 8fbcfebcab8fbbb3 |
UTF-8 | 彧自岦 | 111001011011110110100111111010001000011110101010111001011011001010100110 | e5bda7e887aae5b2a6 |
UHC | 彧自? | 1110100111101110111011011011101100111111 | e9eeedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)