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 | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
SJIS-WIN | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
EUC-JP | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
UTF-8 | 溜삳젗Lh溜삳젗L | 111011111010011110001011111011001000001010110011111011001010000010010111010011000110100011101111101001111000101111101100100000101011001111101100101000001001011101001100 | efa78bec82b3eca0974c68efa78bec82b3eca0974c |
UHC | 溜삳젗Lh溜삳젗L | 111010101111111010111011111010111010000010010011010011000110100011101010111111101011101111101011101000001001001101001100 | eafebbeba0934c68eafebbeba0934c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)