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 | 閭・邊 | 1110100010000011101001011110011110110010 | e883a5e7b2 |
EUC-JP | 閭・邊 | 111011111110001110001110101001011110111010110100 | efe38ea5eeb4 |
UTF-8 | 閭・邊 | 111010011001011010101101111011111011110110100101111010011000001010001010 | e996adefbda5e9828a |
UHC | 閭?邊 | 1101010111101111001111111101110010101011 | d5ef3fdcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)