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 | ???智? | 001111110011111100111111100100100111000100111111 | 3f3f3f92713f |
EUC-JP | ???智? | 001111110011111100111111110000111101001000111111 | 3f3f3fc3d23f |
UTF-8 | 렟롖렒智렣 | 111010111010000010011111111010111010000110010110111010111010000010010010111001101001100110111010111010111010000010100011 | eba09feba196eba092e699baeba0a3 |
UHC | 렟롖렒智렣 | 10001110101100001000111011011010100011101010011111110010101010101000111010110100 | 8eb08eda8ea7f2aa8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)