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 | 曜???ο? | 1001011101101010001111110011111100111111100000111100110100111111 | 976a3f3f3f83cd3f |
EUC-JP | 曜??旿ο? | 11001101110010110011111100111111100011111100000111110100101001101100111100111111 | cdcb3f3f8fc1f4a6cf3f |
UTF-8 | 曜랃슥旿ο슁 | 1110011010011011100111001110101110011110100000111110110010001010101001011110011010010111101111111100111010111111111011001000101010000001 | e69b9ceb9e83ec8aa5e697bfcebfec8a81 |
UHC | 曜랃슥旿ο슁 | 111010001111100010001101111011111011110110111011111001111111101010100101111011111011110110110011 | e8f88defbdbbe7faa5efbdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)