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 | 邨ゎ∟蜉榊さ | 111001111011010110000010111011001000011110011000111001011000101010001101111001011000001010110011 | e7b582ec8798e58a8de582b3 |
| EUC-JP | 邨ゎ?蜉榊さ | 1110111010110111101001001110111000111111111010011110101010111010111001111010010010110101 | eeb7a4ee3fe9eabae7a4b5 |
| UTF-8 | 邨ゎ∟蜉榊さ | 111010011000001010101000111000111000001010001110111000101000100010011111111010001001110010001001111001101010011010001010111000111000000110010101 | e982a8e3828ee2889fe89c89e6a68ae38195 |
| UHC | 邨ゎ???さ | 111101011011111010101010111011100011111100111111001111111010101010110101 | f5beaaee3f3f3faab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)