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 | 上韲ク鉦オ悉 | 10001111111000111110100011101100101110001000111111011110101101011000111010111011 | 8fe3e8ecb88fdeb58ebb |
EUC-JP | 上韲ク鉦オ悉 | 101111101110010111110000111011101000111010111000101111101110000010001110101101011011110010111101 | bee5f0ee8eb8bee08eb5bcbd |
UTF-8 | 上韲ク鉦オ悉 | 111001001011100010001010111010011001111110110010111011111011110110111000111010011000100110100110111011111011110110110101111001101000001010001001 | e4b88ae99fb2efbdb8e989a6efbdb5e68289 |
UHC | 上??鉦?悉 | 110111111011111000111111001111111110111111111010001111111110001111111010 | dfbe3f3feffa3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)