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 | ????L?? | 00111111001111110011111100111111010011000011111100111111 | 3f3f3f3f4c3f3f |
SJIS-WIN | ????L?? | 00111111001111110011111100111111010011000011111100111111 | 3f3f3f3f4c3f3f |
EUC-JP | ????L?? | 00111111001111110011111100111111010011000011111100111111 | 3f3f3f3f4c3f3f |
UTF-8 | 렺렯렺렣L렺셔 | 11101011101000001011101011101011101000001010111111101011101000001011101011101011101000001010001101001100111010111010000010111010111011001000010110010100 | eba0baeba0afeba0baeba0a34ceba0baec8594 |
UHC | 렺렯렺렣L렺셔 | 10001110110000101000111010111100100011101100001010001110101101000100110010001110110000101011110011000101 | 8ec28ebc8ec28eb44c8ec2bcc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)