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 | ?H?????UB | 001111110100100000111111001111110011111100111111001111110101010101000010 | 3f483f3f3f3f3f5542 |
SJIS-WIN | ?H?????UB | 001111110100100000111111001111110011111100111111001111110101010101000010 | 3f483f3f3f3f3f5542 |
EUC-JP | ?H?????UB | 001111110100100000111111001111110011111100111111001111110101010101000010 | 3f483f3f3f3f3f5542 |
UTF-8 | 혪H혩짰혩첸혪UB | 111011011001100010101010010010001110110110011000101010011110110010100111101100001110110110011000101010011110110010110010101110001110110110011000101010100101010101000010 | ed98aa48ed98a9eca7b0ed98a9ecb2b8ed98aa5542 |
UHC | 혪H혩짰혩첸혪UB | 110000101001001001001000110000101001000111000010101011101100001010010001110000111011111011000010100100100101010101000010 | c29248c291c2aec291c3bec2925542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)