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 | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 永??依?@h | 100010010110100100111111001111111000100011001011001111110100000001101000 | 89693f3f88cb3f4068 |
EUC-JP | 永??依?@h | 101100011100101000111111001111111011000011001101001111110100000001101000 | b1ca3f3fb0cd3f4068 |
UTF-8 | 永띔퇊依퓅@h | 1110011010110000101110001110101110011101100101001110110110000111100010101110010010111110100111011110110110010011100001010100000001101000 | e6b0b8eb9d94ed878ae4be9ded93854068 |
UHC | 永띔퇊依퓅@h | 111001111011010110110110111010101011011110011011111010111110111010111111011011010100000001101000 | e7b5b6eab79bebeebf6d4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)