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 | 該???? | 100010100101100100111111001111110011111100111111 | 8a593f3f3f3f |
EUC-JP | 該???? | 101100111011101000111111001111110011111100111111 | b3ba3f3f3f3f |
UTF-8 | 該륃맖怜묊 | 111010001010100110110010111010111010010110000011111010111010011110010110111011111010011010101100111010111010110010001010 | e8a9b2eba583eba796efa6acebac8a |
UHC | 該륃맖怜묊 | 11111010101100011000111111101110100100001010100011100111101100001001000111100111 | fab18fee90a8e7b091e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)