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 | 逆??椅т? | 100010110111010000111111001111111000100011010110100001001000010000111111 | 8b743f3f88d684843f |
EUC-JP | 逆??椅т? | 101101011101010100111111001111111011000011011000101001111110010000111111 | b5d53f3fb0d8a7e43f |
UTF-8 | 逆곷벚椅т벤 | 1110100110000000100001101110101010110011101101111110101110110010100110101110011010100100100001011101000110000010111010111011001010100100 | e98086eab3b7ebb29ae6a485d182ebb2a4 |
UHC | 逆곷벚椅т벤 | 111001101011110110000001111010111011101010100010111010111111010110101100111001001011101010100101 | e6bd81ebbaa2ebf5ace4baa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)