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 | 11100101010011011000100110000101100000101010111101001000 | e54d898582af48 |
EUC-JP | 藪怨けH | 11101001101011101011000111100101101001001011000101001000 | e9aeb1e5a4b148 |
UTF-8 | 藪怨けH | 11101000100101111010101011100110100000001010100011100011100000011001000101001000 | e897aae680a8e3819148 |
UHC | 藪怨けH | 11100010101111111110101010110011101010101011000101001000 | e2bfeab3aab148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)