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 | 111010111010000010111011111011001001110110010110111010111010000010101101010011000110100011101011101000001011101111101100100111011001011011101011101000001010110101001100 | eba0bbec9d96eba0ad4c68eba0bbec9d96eba0ad4c |
UHC | 렻읖렭Lh렻읖렭L | 100011101100001111000000110001011000111010111010010011000110100010001110110000111100000011000101100011101011101001001100 | 8ec3c0c58eba4c688ec3c0c58eba4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)