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 | ???H??? | 00111111001111110011111101001000001111110011111100111111 | 3f3f3f483f3f3f |
SJIS-WIN | 絶??H??? | 1001000011100010001111110011111101001000001111110011111100111111 | 90e23f3f483f3f3f |
EUC-JP | 絶??H??? | 1100000011100100001111110011111101001000001111110011111100111111 | c0e43f3f483f3f3f |
UTF-8 | 絶볩쉭H怜묊윢 | 11100111101101011011011011101011101100111010100111101100100010011010110101001000111011111010011010101100111010111010110010001010111011001001110010100010 | e7b5b6ebb3a9ec89ad48efa6acebac8aec9ca2 |
UHC | 絶볩쉭H怜묊윢 | 11101111101111101001001111101111101111011010110101001000111001111011000010010001111001111001111110100011 | efbe93efbdad48e7b091e79fa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)