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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 陷閤v陷閤vB | 1110100010011100100011010111110101110110111010001001110010001101011111010111011001000010 | e89c8d7d76e89c8d7d7642 |
EUC-JP | 陷閤v陷閤vB | 1110111111111100101110011101111001110110111011111111110010111001110111100111011001000010 | effcb9de76effcb9de7642 |
UTF-8 | 陷閤v陷閤vB | 111010011001100110110111111010011001011010100100011101101110100110011001101101111110100110010110101001000111011001000010 | e999b7e996a476e999b7e996a47642 |
UHC | 陷閤v陷閤vB | 1111100111101000111110011110111001110110111110011110100011111001111011100111011001000010 | f9e8f9ee76f9e8f9ee7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)