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 | 廛?廛什 | 10011100010001000011111110011100010001001000111101011001 | 9c443f9c448f59 |
EUC-JP | 廛?廛什 | 11010111101001010011111111010111101001011011110110111010 | d7a53fd7a5bdba |
UTF-8 | 廛졌廛什 | 111001011011101110011011111011001010000110001100111001011011101110011011111001001011101110000000 | e5bb9beca18ce5bb9be4bb80 |
UHC | 廛졌廛什 | 1110111011111000110000011011001111101110111110001110010010100111 | eef8c1b3eef8e4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)