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 | 100011111000010100111111010011000110100010001111100001010011111101001100 | 8f853f4c688f853f4c |
EUC-JP | 遵?Lh遵?L | 101111011110010100111111010011000110100010111101111001010011111101001100 | bde53f4c68bde53f4c |
UTF-8 | 遵렗Lh遵렗L | 111010011000000110110101111010111010000010010111010011000110100011101001100000011011010111101011101000001001011101001100 | e981b5eba0974c68e981b5eba0974c |
UHC | 遵렗Lh遵렗L | 1111000111100101100011101010110001001100011010001111000111100101100011101010110001001100 | f1e58eac4c68f1e58eac4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)