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 | 100010010100100100111111010011000110100010001001010010010011111101001100 | 89493f4c6889493f4c |
EUC-JP | 迂?Lh迂?L | 101100011010101000111111010011000110100010110001101010100011111101001100 | b1aa3f4c68b1aa3f4c |
UTF-8 | 迂렧Lh迂렧L | 111010001011111110000010111010111010000010100111010011000110100011101000101111111000001011101011101000001010011101001100 | e8bf82eba0a74c68e8bf82eba0a74c |
UHC | 迂렧Lh迂렧L | 1110100111100110100011101011011001001100011010001110100111100110100011101011011001001100 | e9e68eb64c68e9e68eb64c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)