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 | 11100100101010111000100110000101100000101010111101001000 | e4ab898582af48 |
EUC-JP | 茘怨けH | 11101000101011011011000111100101101001001011000101001000 | e8adb1e5a4b148 |
UTF-8 | 茘怨けH | 11101000100011001001100011100110100000001010100011100011100000011001000101001000 | e88c98e680a8e3819148 |
UHC | ?怨けH | 001111111110101010110011101010101011000101001000 | 3feab3aab148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)