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?? | 001111110011111100111111010011000011111100111111 | 3f3f3f4c3f3f |
SJIS-WIN | ???L?謙 | 00111111001111110011111101001100001111111000110010101010 | 3f3f3f4c3f8caa |
EUC-JP | ???L?謙 | 00111111001111110011111101001100001111111011100010101100 | 3f3f3f4c3fb8ac |
UTF-8 | 렺셍렡L렻謙 | 11101011101000001011101011101100100001011000110111101011101000001010000101001100111010111010000010111011111010001010110010011001 | eba0baec858deba0a14ceba0bbe8ac99 |
UHC | 렺셍렡L렻謙 | 1000111011000010101111001100010010001110101100100100110010001110110000111100110011000101 | 8ec2bcc48eb24c8ec3ccc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)