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 | 典?才?悌 | 1001001101010100001111111000110111001011001111111001001011101110 | 93543f8dcb3f92ee |
EUC-JP | 典?才?悌 | 1100010110110101001111111011101011001101001111111100010011110000 | c5b53fbacd3fc4f0 |
UTF-8 | 典렯才렖悌 | 111001011000010110111000111010111010000010101111111001101000100110001101111010111010000010010110111001101000001010001100 | e585b8eba0afe6898deba096e6828c |
UHC | 典렯才렖悌 | 11101110111100001000111010111100111011101010011010001110101010111111000010101010 | eef08ebceea68eabf0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)