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 | 烏???も? | 1000100101000111001111110011111100111111100000101110000000111111 | 89473f3f3f82e03f |
| EUC-JP | 烏???も? | 1011000110101000001111110011111100111111101001001110001000111111 | b1a83f3f3fa4e23f |
| UTF-8 | 烏놃렂溜も뀼 | 111001111000001110001111111010111000011010000011111010111010000010000010111011111010011110001011111000111000001010000010111010111000000010111100 | e7838feb8683eba082efa78be38282eb80bc |
| UHC | 烏놃렂溜も뀼 | 111010001010000110000110111011011000111010011100111010101111111010101010111000101000010110110010 | e8a186ed8e9ceafeaae285b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)