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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弔驀??矮 | 1001001010100010111010010111110100111111001111111110000111100010 | 92a2e97d3f3fe1e2 |
EUC-JP | 弔驀??矮 | 1100010010100100111100011101111000111111001111111110001011100100 | c4a4f1de3f3fe2e4 |
UTF-8 | 弔驀렲렖矮 | 111001011011110010010100111010011010100110000000111010111010000010110010111010111010000010010110111001111001111110101110 | e5bc94e9a980eba0b2eba096e79fae |
UHC | 弔驀렲렖矮 | 11110000110000001101100011101001100011101011111110001110101010111110100011100001 | f0c0d8e98ebf8eabe8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)