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 | 逆??毅?? | 1000101101110100001111110011111110001011010000100011111100111111 | 8b743f3f8b423f3f |
EUC-JP | 逆??毅?? | 1011010111010101001111110011111110110101101000110011111100111111 | b5d53f3fb5a33f3f |
UTF-8 | 逆곷베毅꾢렘 | 111010011000000010000110111010101011001110110111111010111011001010100000111001101010111110000101111010101011111010100010111010111010000010011000 | e98086eab3b7ebb2a0e6af85eabea2eba098 |
UHC | 逆곷베毅꾢렘 | 111001101011110110000001111010111011101010100011111010111111011010000100111001011011011110111101 | e6bd81ebbaa3ebf684e5b7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)