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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 濾낅끋劉닸텈履 | 111011111010011010000100111010111000001010000101111010111000000110001011111011111010011110000111111010111000101110111000111011011000010110001000111011111010011110011111 | efa684eb8285eb818befa787eb8bb8ed8588efa79f |
UHC | 濾낅끋劉닸텈履 | 1110011010100100100001011110101110000101101111011110101011100101101101001110011010110110100001011110110010101010 | e6a485eb85bdeae5b4e6b685ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)