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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 琉덈뇸h琉덈뇸 | 11101111101001111000110011101011100011011000100011101011100001111011100001101000111011111010011110001100111010111000110110001000111010111000011110111000 | efa78ceb8d88eb87b868efa78ceb8d88eb87b8 |
UHC | 琉덈뇸h琉덈뇸 | 11101011101001001000100011101011100001111001110001101000111010111010010010001000111010111000011110011100 | eba488eb879c68eba488eb879c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)