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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?領???? | 00111111100101111100110000111111001111110011111100111111 | 3f97cc3f3f3f3f |
EUC-JP | ?領???? | 00111111110011101100111000111111001111110011111100111111 | 3fcece3f3f3f3f |
UTF-8 | 렻領씽렧렺렒 | 111010111010000010111011111010011010000010011000111011001001010010111101111010111010000010100111111010111010000010111010111010111010000010010010 | eba0bbe9a098ec94bdeba0a7eba0baeba092 |
UHC | 렻領씽렧렺렒 | 100011101100001111010110110001011011111011000101100011101011011010001110110000101000111010100111 | 8ec3d6c5bec58eb68ec28ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)