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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 寘自寘識 | 1111101010101001100011101010100111111010101010011000111010101111 | faa98ea9faa98eaf |
EUC-JP | 寘自寘識 | 10001111101110101110000110111100101010111000111110111010111000011011110010110001 | 8fbae1bcab8fbae1bcb1 |
UTF-8 | 寘自寘識 | 111001011010111110011000111010001000011110101010111001011010111110011000111010001010110110011000 | e5af98e887aae5af98e8ad98 |
UHC | ?自?識 | 001111111110110110111011001111111110001111011011 | 3fedbb3fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)