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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | セ燻、シォ^ | 10111110111000001000111010100100101111001010101101011110 | bee08ea4bcab5e |
EUC-JP | セ燻、シォ^ | 1000111010111110110111111110111010001110101001001000111010111100100011101010101101011110 | 8ebedfee8ea48ebc8eab5e |
UTF-8 | セ燻、シォ^ | 11101111101111011011111011100111100001111011101111101111101111011010010011101111101111011011110011101111101111011010101101011110 | efbdbee787bbefbda4efbdbcefbdab5e |
UHC | ?燻???^ | 00111111111111011011100000111111001111110011111101011110 | 3ffdb83f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)