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 | ???Y???W | 0011111100111111001111110101100100111111001111110011111101010111 | 3f3f3f593f3f3f57 |
SJIS-WIN | ???Y???W | 0011111100111111001111110101100100111111001111110011111101010111 | 3f3f3f593f3f3f57 |
EUC-JP | ???Y???W | 0011111100111111001111110101100100111111001111110011111101010111 | 3f3f3f593f3f3f57 |
UTF-8 | 혩짝혪Y혩짠혪W | 1110110110011000101010011110110010100111100111011110110110011000101010100101100111101101100110001010100111101100101001111010000011101101100110001010101001010111 | ed98a9eca79ded98aa59ed98a9eca7a0ed98aa57 |
UHC | 혩짝혪Y혩짠혪W | 1100001010010001110000101010011011000010100100100101100111000010100100011100001010100111110000101001001001010111 | c291c2a6c29259c291c2a7c29257 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)