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 | ????cZ | 001111110011111100111111001111110110001101011010 | 3f3f3f3f635a |
SJIS-WIN | ラ瞠ゥ簑cZ | 1101011111100001110100111010100111100010110000000110001101011010 | d7e1d3a9e2c0635a |
EUC-JP | ラ瞠ゥ簑cZ | 10001110110101111110001011010101100011101010100111100100110000100110001101011010 | 8ed7e2d58ea9e4c2635a |
UTF-8 | ラ瞠ゥ簑cZ | 1110111110111110100101111110011110011110101000001110111110111101101010011110011110110000100100010110001101011010 | efbe97e79ea0efbda9e7b091635a |
UHC | ????cZ | 001111110011111100111111001111110110001101011010 | 3f3f3f3f635a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)