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 | 髴守粟譁 | 1110100110011100100011101110011110001000101111101110011010010110 | e99c8ee788bee696 |
EUC-JP | 髴守粟譁 | 1111000111111100101111001110100110110000110000001110101111110110 | f1fcbce9b0c0ebf6 |
UTF-8 | 髴守粟譁 | 111010011010101110110100111001011010111010001000111001111011001010011111111010001010110110000001 | e9abb4e5ae88e7b29fe8ad81 |
UHC | ?守粟譁 | 00111111111000011111101011100001110110001111110010100110 | 3fe1fae1d8fca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)