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 | 1001110011000100100100000111010101110110100111001100010010010000011101010111011001000010 | 9cc49075769cc490757642 |
EUC-JP | 愼訊v愼訊vB | 1101100011000110101111111101011001110110110110001100011010111111110101100111011001000010 | d8c6bfd676d8c6bfd67642 |
UTF-8 | 愼訊v愼訊vB | 111001101000010010111100111010001010100010001010011101101110011010000100101111001110100010101000100010100111011001000010 | e684bce8a88a76e684bce8a88a7642 |
UHC | 愼訊v愼訊vB | 1110001111100101111000111111001001110110111000111110010111100011111100100111011001000010 | e3e5e3f276e3e5e3f27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)