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 | 艀ヽ崢艀ヽ崢 | 111001000111100010000001010100101001101111000010111001000111100010000001010100101001101111000010 | e47881529bc2e47881529bc2 |
EUC-JP | 艀ヽ崢艀ヽ崢 | 111001111101100110100001101100111101011011000100111001111101100110100001101100111101011011000100 | e7d9a1b3d6c4e7d9a1b3d6c4 |
UTF-8 | 艀ヽ崢艀ヽ崢 | 111010001000100110000000111000111000001110111101111001011011010010100010111010001000100110000000111000111000001110111101111001011011010010100010 | e88980e383bde5b4a2e88980e383bde5b4a2 |
UHC | 艀??艀?? | 1101110110110010001111110011111111011101101100100011111100111111 | ddb23f3fddb23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)