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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???橈??^ | 0011111100111111001111111001111011110100001111110011111101011110 | 3f3f3f9ef43f3f5e |
EUC-JP | 縕??橈??^ | 10001111110101001100001000111111001111111101110011110110001111110011111101011110 | 8fd4c23f3fdcf63f3f5e |
UTF-8 | 縕귨슨橈놅슛^ | 11100111101110001001010111101010101101111010100011101100100010101010100011100110101010011000100011101011100001101000010111101100100010101001101101011110 | e7b895eab7a8ec8aa8e6a988eb8685ec8a9b5e |
UHC | 縕귨슨橈놅슛^ | 11101000101100101000001011101111101111011011110011101000111110101000011011101111101111011011100001011110 | e8b282efbdbce8fa86efbdb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)