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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 谷造損@h | 1001001001001010100100011010001010010001101110010100000001101000 | 924a91a291b94068 |
EUC-JP | 谷造損@h | 1100001110101011110000101010010011000010101110110100000001101000 | c3abc2a4c2bb4068 |
UTF-8 | 谷造損@h | 1110100010110000101101111110100110000000101000001110011010010000100011010100000001101000 | e8b0b7e980a0e6908d4068 |
UHC | 谷造損@h | 1100110111011011111100001110001111100001110111110100000001101000 | cddbf0e3e1df4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)