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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?燮??燮?^ | 001111111001100111010111001111110011111110011001110101110011111101011110 | 3f99d73f3f99d73f5e |
EUC-JP | ?燮??燮?^ | 001111111101001011011001001111110011111111010010110110010011111101011110 | 3fd2d93f3fd2d93f5e |
UTF-8 | 렯燮렱렯燮렱^ | 11101011101000001010111111100111100001111010111011101011101000001011000111101011101000001010111111100111100001111010111011101011101000001011000101011110 | eba0afe787aeeba0b1eba0afe787aeeba0b15e |
UHC | 렯燮렱렯燮렱^ | 10001110101111001110000011110000100011101011111010001110101111001110000011110000100011101011111001011110 | 8ebce0f08ebe8ebce0f08ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)