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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 藏?倒B | 111001010101010100111111100100110111110001000010 | e5553f937c42 |
EUC-JP | 藏?倒B | 111010011011011000111111110001011101110101000010 | e9b63fc5dd42 |
UTF-8 | 藏쇤倒B | 11101000100101111000111111101100100001111010010011100101100000001001001001000010 | e8978fec87a4e5809242 |
UHC | 藏쇤倒B | 11101101111110101011110011101001110100111110111001000010 | edfabce9d3ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)