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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?領普?? | 00111111100101111100110010010101100000010011111100111111 | 3f97cc95813f3f |
EUC-JP | ?領普?? | 00111111110011101100111011001001111000010011111100111111 | 3fcecec9e13f3f |
UTF-8 | 렻領普읖렪 | 111010111010000010111011111010011010000010011000111001101001100110101110111011001001110110010110111010111010000010101010 | eba0bbe9a098e699aeec9d96eba0aa |
UHC | 렻領普읖렪 | 10001110110000111101011011000101110111001100010111000000110001011000111010111000 | 8ec3d6c5dcc5c0c58eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)