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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 弔驀??信 | 1001001010100010111010010111110100111111001111111001000001001101 | 92a2e97d3f3f904d |
EUC-JP | 弔驀?®信 | 11000100101001001111000111011110001111111000111110100010111011101011111110101110 | c4a4f1de3f8fa2eebfae |
UTF-8 | 弔驀렪®信 | 1110010110111100100101001110100110101001100000001110101110100000101010101100001010101110111001001011111110100001 | e5bc94e9a980eba0aac2aee4bfa1 |
UHC | 弔驀렪®信 | 11110000110000001101100011101001100011101011100010100010111001111110001111100001 | f0c0d8e98eb8a2e7e3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)