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 | ?A]?A?? | 00111111010000010101110100111111010000010011111100111111 | 3f415d3f413f3f |
SJIS-WIN | ?A]?A?? | 00111111010000010101110100111111010000010011111100111111 | 3f415d3f413f3f |
EUC-JP | ?A]?A?? | 00111111010000010101110100111111010000010011111100111111 | 3f415d3f413f3f |
UTF-8 | 혪A]혪A혩짧 | 111011011001100010101010010000010101110111101101100110001010101001000001111011011001100010101001111011001010011110100111 | ed98aa415ded98aa41ed98a9eca7a7 |
UHC | 혪A]혪A혩짧 | 1100001010010010010000010101110111000010100100100100000111000010100100011100001010101010 | c292415dc29241c291c2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)