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 | 罔処尚糜 | 1110001110100110100011111000100010001111101011101110001011110100 | e3a68f888faee2f4 |
EUC-JP | 罔処尚糜 | 1110011010101000101111011110100010111110101100001110010011110110 | e6a8bde8beb0e4f6 |
UTF-8 | 罔処尚糜 | 111001111011110110010100111001011000011110100110111001011011000010011010111001111011001110011100 | e7bd94e587a6e5b09ae7b39c |
UHC | 罔??? | 1101100011010010001111110011111100111111 | d8d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)