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??^ | 00111111001111110011111101000010001111110011111101011110 | 3f3f3f423f3f5e |
SJIS-WIN | ???B??^ | 00111111001111110011111101000010001111110011111101011110 | 3f3f3f423f3f5e |
EUC-JP | ???B??^ | 00111111001111110011111101000010001111110011111101011110 | 3f3f3f423f3f5e |
UTF-8 | 혨횒혩B혨챈^ | 1110110110011000101010001110110110011010100100101110110110011000101010010100001011101101100110001010100011101100101100011000100001011110 | ed98a8ed9a92ed98a942ed98a8ecb1885e |
UHC | 혨횒혩B혨챈^ | 110000101001000011000011100011011100001010010001010000101100001010010000110000111010011001011110 | c290c38dc29142c290c3a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)