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렺실 | 11101011101000001011101011101010101101101011011111101011101000001011101111101011101000001000101101001100111010111010000010111010111011001000101110100100 | eba0baeab6b7eba0bbeba08b4ceba0baec8ba4 |
UHC | 렺궷렻렋L렺실 | 10001110110000101011000111001100100011101100001110001110101000100100110010001110110000101011110111000111 | 8ec2b1cc8ec38ea24c8ec2bdc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)