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 | 哀??幼?? | 1000100010100011001111110011111110010111011000110011111100111111 | 88a33f3f97633f3f |
| EUC-JP | 哀??幼?? | 1011000010100101001111110011111111001101110001000011111100111111 | b0a53f3fcdc43f3f |
| UTF-8 | 哀노끀幼쀥춢 | 111001011001001110000000111010111000010110111000111010111000000110000000111001011011100110111100111011001000000010100101111011001011011010100010 | e59380eb85b8eb8180e5b9bcec80a5ecb6a2 |
| UHC | 哀노끀幼쀥춢 | 111001001110111010110011111010111000010110110110111010101110101010010111111001011010110110000011 | e4eeb3eb85b6eaea97e5ad83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)