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^ | 100010100101110100111111010001001000101001011101001111110100010001011110 | 8a5d3f448a5d3f445e |
EUC-JP | 馨?D馨?D^ | 101100111011111000111111010001001011001110111110001111110100010001011110 | b3be3f44b3be3f445e |
UTF-8 | 馨둇D馨둇D^ | 111010011010011010101000111010111001000110000111010001001110100110100110101010001110101110010001100001110100010001011110 | e9a6a8eb918744e9a6a8eb9187445e |
UHC | 馨둇D馨둇D^ | 1111101110110000100010100100001101000100111110111011000010001010010000110100010001011110 | fbb08a4344fbb08a43445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)