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 | ??拗??? | 00111111001111111001110101011000001111110011111100111111 | 3f3f9d583f3f3f |
EUC-JP | ??拗??? | 00111111001111111101100110111001001111110011111100111111 | 3f3fd9b93f3f3f |
UTF-8 | 셈섞拗렯렗렯 | 111011001000010110001000111011001000010010011110111001101000101110010111111010111010000010101111111010111010000010010111111010111010000010101111 | ec8588ec849ee68b97eba0afeba097eba0af |
UHC | 셈섞拗렯렗렯 | 101111001100000010111100101011111110100011110011100011101011110010001110101011001000111010111100 | bcc0bcafe8f38ebc8eac8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)