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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 終勘?^ | 100011110100100110001010101010000011111101011110 | 8f498aa83f5e |
EUC-JP | 終勘?^ | 101111011010101010110100101010100011111101011110 | bdaab4aa3f5e |
UTF-8 | 終勘曆^ | 11100111101101011000001011100101100010111001100011100110100110111000011001011110 | e7b582e58b98e69b865e |
UHC | 終勘曆^ | 11110000111110111100101011101011110101011111010101011110 | f0fbcaebd5f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)