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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 簇?嬪 | 1110001011000110001111111001101101101100 | e2c63f9b6c |
EUC-JP | 簇?嬪 | 1110010011001000001111111101010111001101 | e4c83fd5cd |
UTF-8 | 簇쯔嬪 | 111001111011000010000111111011001010111110010100111001011010110010101010 | e7b087ecaf94e5acaa |
UHC | 簇쯔嬪 | 111100001110101011000010111010101101111010101110 | f0eac2eadeae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)