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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???滎??? | 001111110011111100111111100011111100100010111001001111110011111100111111 | 3f3f3f8fc8b93f3f3f |
UTF-8 | 呂볡댚滎곁ㅎ若 | 111011111010011010000000111010111011001110100001111010111000110010011010111001101011101110001110111010101011001110000001111000111000010110001110111011111010010110110100 | efa680ebb3a1eb8c9ae6bb8eeab381e3858eefa5b4 |
UHC | 呂볡댚滎곁ㅎ若 | 1110010111111011100100111110011110001000101111101111101110100011101100001110011110100100101111101110010110101110 | e5fb93e788befba3b0e7a4bee5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)