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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?閏鏃 | 0011111110001001010110111110100001010110 | 3f895be856 |
EUC-JP | ?閏鏃 | 0011111110110001101111001110111110110111 | 3fb1bcefb7 |
UTF-8 | 뤊閏鏃 | 111010111010010010001010111010011001011010001111111010011000111110000011 | eba48ae9968fe98f83 |
UHC | 뤊閏鏃 | 100011111011101011101011110011101111000011101100 | 8fbaebcef0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)