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 | ??ゃ?、鈑 | 001111110011111110000010111000010011111110000001010000011110011111100101 | 3f3f82e13f8141e7e5 |
EUC-JP | ??ゃ?、鈑 | 001111110011111110100100111000110011111110100001101000101110111011100111 | 3f3fa4e33fa1a2eee7 |
UTF-8 | 룵쥚ゃ룵、鈑 | 111010111010001110110101111011001010010110011010111000111000001010000011111010111010001110110101111000111000000010000001111010011000100010010001 | eba3b5eca59ae38283eba3b5e38081e98891 |
UHC | 룵쥚ゃ룵、鈑 | 100011111010101010100010100011111010101011100011100011111010101010100001101000101111011111111110 | 8faaa28faae38faaa1a2f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)