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 | 映ε?梧 | 10001001011001101000001111000011001111111000110011100110 | 896683c33f8ce6 |
EUC-JP | 映ε?梧 | 10110001110001111010011011000101001111111011100011101000 | b1c7a6c53fb8e8 |
UTF-8 | 映ε눎梧 | 1110011010011000101000001100111010110101111010111000100010001110111001101010001010100111 | e698a0ceb5eb888ee6a2a7 |
UHC | 映ε눎梧 | 1110011110110001101001011110010110000111101010101110011111111100 | e7b1a5e587aae7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)