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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 鮨キD鮨キD^ | 111010011011110110110111010001001110100110111101101101110100010001011110 | e9bdb744e9bdb7445e |
EUC-JP | 鮨キD鮨キD^ | 1111001010111111100011101011011101000100111100101011111110001110101101110100010001011110 | f2bf8eb744f2bf8eb7445e |
UTF-8 | 鮨キD鮨キD^ | 111010011010111010101000111011111011110110110111010001001110100110101110101010001110111110111101101101110100010001011110 | e9aea8efbdb744e9aea8efbdb7445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)