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 | 億鰻?億 | 10001001101011011000100101010110001111111000100110101101 | 89ad89563f89ad |
EUC-JP | 億鰻?億 | 10110010101011111011000110110111001111111011001010101111 | b2afb1b73fb2af |
UTF-8 | 億鰻렠億 | 111001011000010010000100111010011011000010111011111010111010000010100000111001011000010010000100 | e58484e9b0bbeba0a0e58484 |
UHC | 億鰻렠億 | 1110010111100010110110001100010010001110101100011110010111100010 | e5e2d8c48eb1e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)