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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??拗???? | 0011111100111111100111010101100000111111001111110011111100111111 | 3f3f9d583f3f3f3f |
EUC-JP | ??拗???? | 0011111100111111110110011011100100111111001111110011111100111111 | 3f3fd9b93f3f3f3f |
UTF-8 | 셈섞拗렯렖렯롊 | 111011001000010110001000111011001000010010011110111001101000101110010111111010111010000010101111111010111010000010010110111010111010000010101111111010111010000110001010 | ec8588ec849ee68b97eba0afeba096eba0afeba18a |
UHC | 셈섞拗렯렖렯롊 | 1011110011000000101111001010111111101000111100111000111010111100100011101010101110001110101111001000111011010000 | bcc0bcafe8f38ebc8eab8ebc8ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)