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 | 鉚冗峇ハ | 11100111111101001000111111100111100110111011001011001010 | e7f48fe79bb2ca |
EUC-JP | 鉚冗峇ハ | 1110111011110110101111101110100111010110101101001000111011001010 | eef6bee9d6b48eca |
UTF-8 | 鉚冗峇ハ | 111010011000100110011010111001011000011010010111111001011011001110000111111011111011111010001010 | e9899ae58697e5b387efbe8a |
UHC | ?冗?? | 0011111111101001101101110011111100111111 | 3fe9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)