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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羣炊音 | 111000111011100010010000100001101000100110111001 | e3b8908689b9 |
EUC-JP | 羣炊音 | 111001101011101010111111111001101011001010111011 | e6babfe6b2bb |
UTF-8 | 羣炊音 | 111001111011111010100011111001111000001010001010111010011001111110110011 | e7bea3e7828ae99fb3 |
UHC | ?炊音 | 0011111111110110101001111110101111100101 | 3ff6a7ebe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)