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 | 霓わ?鴦 | 11101000101111011000001011101101001111111110100111110001 | e8bd82ed3fe9f1 |
EUC-JP | 霓わ?鴦 | 11110000101111111010010011101111001111111111001011110011 | f0bfa4ef3ff2f3 |
UTF-8 | 霓わ퐟鴦 | 111010011001110010010011111000111000001010001111111011011001000010011111111010011011010010100110 | e99c93e3828fed909fe9b4a6 |
UHC | 霓わ퐟鴦 | 1110011111100111101010101110111110111101100010001110010011101100 | e7e7aaefbd88e4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)