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 | ?????]?? | 0011111100111111001111110011111100111111010111010011111100111111 | 3f3f3f3f3f5d3f3f |
SJIS-WIN | ?????]?? | 0011111100111111001111110011111100111111010111010011111100111111 | 3f3f3f3f3f5d3f3f |
EUC-JP | ?????]?? | 0011111100111111001111110011111100111111010111010011111100111111 | 3f3f3f3f3f5d3f3f |
UTF-8 | 찾처혧창혨]찾척 | 11101100101100001011111011101100101100101001100011101101100110001010011111101100101100001011110111101101100110001010100001011101111011001011000010111110111011001011001010011001 | ecb0beecb298ed98a7ecb0bded98a85decb0beecb299 |
UHC | 찾처혧창혨]찾척 | 110000111010001111000011101100111100001010001111110000111010001011000010100100000101110111000011101000111100001110110100 | c3a3c3b3c28fc3a2c2905dc3a3c3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)