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 | 逆??椅ゆ? | 100010110111010000111111001111111000100011010110100000101110010000111111 | 8b743f3f88d682e43f |
EUC-JP | 逆??椅ゆ? | 101101011101010100111111001111111011000011011000101001001110011000111111 | b5d53f3fb0d8a4e63f |
UTF-8 | 逆곷베椅ゆ끽 | 111010011000000010000110111010101011001110110111111010111011001010100000111001101010010010000101111000111000001010000110111010111000000110111101 | e98086eab3b7ebb2a0e6a485e38286eb81bd |
UHC | 逆곷베椅ゆ끽 | 111001101011110110000001111010111011101010100011111010111111010110101010111001101011001110100011 | e6bd81ebbaa3ebf5aae6b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)