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 | 淼」驥亥 | 11111011010001011010001111101001100001111000100011100101 | fb45a3e98788e5 |
EUC-JP | 淼」驥亥 | 100011111100011111100110100011101010001111110001111001111011000011100111 | 8fc7e68ea3f1e7b0e7 |
UTF-8 | 淼」驥亥 | 111001101011011110111100111011111011110110100011111010011010100110100101111001001011101010100101 | e6b7bcefbda3e9a9a5e4baa5 |
UHC | ??驥亥 | 001111110011111111010001110010101111101010100100 | 3f3fd1cafaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)