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 | ???陰?? | 00111111001111110011111110001001010000010011111100111111 | 3f3f3f89413f3f |
| EUC-JP | 濚??陰?? | 100011111100100110100001001111110011111110110001101000100011111100111111 | 8fc9a13f3fb1a23f3f |
| UTF-8 | 濚욌떵陰닸썫 | 111001101011111110011010111011001001101010001100111010111001011010110101111010011001100110110000111010111000101110111000111011001000110110101011 | e6bf9aec9a8ceb96b5e999b0eb8bb8ec8dab |
| UHC | 濚욌떵陰닸썫 | 111001111011100110011110111010111011011010111010111010111110010010110100111001101001101110011100 | e7b99eebb6baebe4b4e69b9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)