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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 횗횂횗천횠챙 | 111011011001101010010111111011011001101010000010111011011001101010010111111011001011001010011100111011011001101010100000111011001011000110011001 | ed9a97ed9a82ed9a97ecb29ced9aa0ecb199 |
UHC | 횗횂횗천횠챙 | 110000111001000111000011100000101100001110010001110000111011010111000011100110001100001110101100 | c391c382c391c3b5c398c3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)