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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 伍パ?? | 100011001101111010000011011100000011111100111111 | 8cde83703f3f |
| EUC-JP | 伍パ?? | 101110001110000010100101110100010011111100111111 | b8e0a5d13f3f |
| UTF-8 | 伍パ띹눑 | 111001001011110010001101111000111000001110010001111010111001110110111001111010111000100010010001 | e4bc8de38391eb9db9eb8891 |
| UHC | 伍パ띹눑 | 1110011111101010101010111101000110001101111010001000011110101101 | e7eaabd18de887ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)