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 | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
SJIS-WIN | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
EUC-JP | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
UTF-8 | 찾챨혥챗혨@찾처 | 11101100101100001011111011101100101100011010100011101101100110001010010111101100101100011001011111101101100110001010100001000000111011001011000010111110111011001011001010011000 | ecb0beecb1a8ed98a5ecb197ed98a840ecb0beecb298 |
UHC | 찾챨혥챗혨@찾처 | 110000111010001111000011101100001100001010001101110000111010101011000010100100000100000011000011101000111100001110110011 | c3a3c3b0c28dc3aac29040c3a3c3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)