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 | ???智?? | 00111111001111110011111110010010011100010011111100111111 | 3f3f3f92713f3f |
EUC-JP | ???智?? | 00111111001111110011111111000011110100100011111100111111 | 3f3f3fc3d23f3f |
UTF-8 | 렟롖렒智렣렡 | 111010111010000010011111111010111010000110010110111010111010000010010010111001101001100110111010111010111010000010100011111010111010000010100001 | eba09feba196eba092e699baeba0a3eba0a1 |
UHC | 렟롖렒智렣렡 | 100011101011000010001110110110101000111010100111111100101010101010001110101101001000111010110010 | 8eb08eda8ea7f2aa8eb48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)