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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 專?└? | 100110111001001100111111100001001010010000111111 | 9b933f84a43f |
EUC-JP | 專?└庾 | 1101010111110011001111111010100010100110100011111011110011001110 | d5f33fa8a68fbcce |
UTF-8 | 專닷└庾 | 111001011011000010001000111010111000101110110111111000101001010010010100111001011011101010111110 | e5b088eb8bb7e29494e5babe |
UHC | 專닷└庾 | 1110111011110110101101001110010110100110101001101110101011101100 | eef6b4e5a6a6eaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)