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 | 癲??循?┬ | 111000011001111100111111001111111000111101111010001111111000010010100110 | e19f3f3f8f7a3f84a6 |
| EUC-JP | 癲??循?┬ | 111000101010000100111111001111111011110111011011001111111010100010101000 | e2a13f3fbddb3fa8a8 |
| UTF-8 | 癲ⓥ뫔循댐┬ | 111001111001100110110010111000101001001110100101111010111010101110010100111001011011111010101010111010111000110010010000111000101001010010101100 | e799b2e293a5ebab94e5beaaeb8c90e294ac |
| UHC | 癲ⓥ뫔循댐┬ | 111011111010011010101000111000101001000110110110111000101110000010110100111011111010011010101000 | efa6a8e291b6e2e0b4efa6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)