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^ | 1110000101011011111000001110011001000100111000010101101111100000111001100100010001011110 | e15be0e644e15be0e6445e |
EUC-JP | 畆琥D畆琥D^ | 1110000110111100111000001110100001000100111000011011110011100000111010000100010001011110 | e1bce0e844e1bce0e8445e |
UTF-8 | 畆琥D畆琥D^ | 111001111001010110000110111001111001000010100101010001001110011110010101100001101110011110010000101001010100010001011110 | e79586e790a544e79586e790a5445e |
UHC | ?琥D?琥D^ | 001111111111101111010000010001000011111111111011110100000100010001011110 | 3ffbd0443ffbd0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)