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 | 100100101011011100111111100101001100010001000010 | 92b73f94c442 |
EUC-JP | 長?汎B | 110001001011100100111111110010001100011001000010 | c4b93fc8c642 |
UTF-8 | 長쮸汎B | 11101001100101011011011111101100101011101011100011100110101100011000111001000010 | e995b7ecaeb8e6b18e42 |
UHC | 長쮸汎B | 11101101111111101100001011101001110110111111000101000010 | edfec2e9dbf142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)