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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????楡? | 00111111001111110011111100111111100111101011111000111111 | 3f3f3f3f9ebe3f |
EUC-JP | ????楡? | 00111111001111110011111100111111110111001100000000111111 | 3f3f3f3fdcc03f |
UTF-8 | 챔짯쩔챦楡쩔 | 111011001011000110010100111011001010011110101111111011001010100110010100111011001011000110100110111001101010010110100001111011001010100110010100 | ecb194eca7afeca994ecb1a6e6a5a1eca994 |
UHC | 챔짯쩔챦楡쩔 | 110000111010100011000010101011011100001010111111110000111010111111101010111110001100001010111111 | c3a8c2adc2bfc3afeaf8c2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)