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 | ´Û^ | 10001001100011101000101110110100100101011101101101011110 | 898e8bb495db5e |
SJIS-WIN | ???´??^ | 0011111100111111001111111000000101001100001111110011111101011110 | 3f3f3f814c3f3f5e |
EUC-JP | ???´?Û^ | 00111111001111110011111110100001101011010011111110001111101010101110010101011110 | 3f3f3fa1ad3f8faae55e |
UTF-8 | ´Û^ | 11000010100010011100001010001110110000101000101111000010101101001100001010010101110000111001101101011110 | c289c28ec28bc2b4c295c39b5e |
UHC | ???´??^ | 0011111100111111001111111010001010100101001111110011111101011110 | 3f3f3fa2a53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)