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 | ???葬??^ | 0011111100111111001111111001000110010010001111110011111101011110 | 3f3f3f91923f3f5e |
EUC-JP | ???葬??^ | 0011111100111111001111111100000111110010001111110011111101011110 | 3f3f3fc1f23f3f5e |
UTF-8 | 暳쐐찣葬쐐찣^ | 11100110100110101011001111101100100100001001000011101100101100001010001111101000100100011010110011101100100100001001000011101100101100001010001101011110 | e69ab3ec9090ecb0a3e891acec9090ecb0a35e |
UHC | 暳쐐찣葬쐐찣^ | 11111011101101011011110111111011101010011001111111101101111101111011110111111011101010011001111101011110 | fbb5bdfba99fedf7bdfba99f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)