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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 蹄?程???B | 100100101111101100111111100100101111011000111111001111110011111101000010 | 92fb3f92f63f3f3f42 |
| EUC-JP | 蹄?程???B | 110001001111110100111111110001001111100000111111001111110011111101000010 | c4fd3fc4f83f3f3f42 |
| UTF-8 | 蹄렚程쇰렚렣B | 11101000101110011000010011101011101000001001101011100111101010001000101111101100100001111011000011101011101000001001101011101011101000001010001101000010 | e8b984eba09ae7a88bec87b0eba09aeba0a342 |
| UHC | 蹄렚程쇰렚렣B | 11110000101101001000111010101101111011111110111110111100111010111000111010101101100011101011010001000010 | f0b48eadefefbceb8ead8eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)