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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ?互邯H | 001111111000110011011101111001111011011001001000 | 3f8cdde7b648 |
EUC-JP | ?互邯H | 001111111011100011011111111011101011100001001000 | 3fb8dfeeb848 |
UTF-8 | 뤓互邯H | 11101011101001001001001111100100101110101001001011101001100000101010111101001000 | eba493e4ba92e982af48 |
UHC | 뤓互邯H | 10001111110000111111101110111011110010101111101101001000 | 8fc3fbbbcafb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)