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^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
UTF-8 | 歷됵슥D歷됵슥D^ | 111011111010011010001100111010111001000010110101111011001000101010100101010001001110111110100110100011001110101110010000101101011110110010001010101001010100010001011110 | efa68ceb90b5ec8aa544efa68ceb90b5ec8aa5445e |
UHC | 歷됵슥D歷됵슥D^ | 111001101011100010001001111011111011110110111011010001001110011010111000100010011110111110111101101110110100010001011110 | e6b889efbdbb44e6b889efbdbb445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)