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 | 111010111010000010111011111000111000010110010100111011001000101010011000010011000110100011101011101000001011101111100011100001011001010011101100100010101001100001001100 | eba0bbe38594ec8a984c68eba0bbe38594ec8a984c |
UHC | 렻ㅔ슘Lh렻ㅔ슘L | 100011101100001110100100110001001011110110110111010011000110100010001110110000111010010011000100101111011011011101001100 | 8ec3a4c4bdb74c688ec3a4c4bdb74c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)