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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 邉ッLh邉ッL | 111001111011001110101111010011000110100011100111101100111010111101001100 | e7b3af4c68e7b3af4c |
EUC-JP | 邉ッLh邉ッL | 1110111010110101100011101010111101001100011010001110111010110101100011101010111101001100 | eeb58eaf4c68eeb58eaf4c |
UTF-8 | 邉ッLh邉ッL | 111010011000001010001001111011111011110110101111010011000110100011101001100000101000100111101111101111011010111101001100 | e98289efbdaf4c68e98289efbdaf4c |
UHC | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)