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 | 壓鰻?億 | 10011010110110001000100101010110001111111000100110101101 | 9ad889563f89ad |
EUC-JP | 壓鰻?億 | 11010100110110101011000110110111001111111011001010101111 | d4dab1b73fb2af |
UTF-8 | 壓鰻렠億 | 111001011010001110010011111010011011000010111011111010111010000010100000111001011000010010000100 | e5a393e9b0bbeba0a0e58484 |
UHC | 壓鰻렠億 | 1110010011100010110110001100010010001110101100011110010111100010 | e4e2d8c48eb1e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)