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 | ????UE | 001111110011111100111111001111110101010101000101 | 3f3f3f3f5545 |
SJIS-WIN | ラ瞠ゥ耨UE | 1101011111100001110100111010100111100011110100110101010101000101 | d7e1d3a9e3d35545 |
EUC-JP | ラ瞠ゥ耨UE | 10001110110101111110001011010101100011101010100111100110110101010101010101000101 | 8ed7e2d58ea9e6d55545 |
UTF-8 | ラ瞠ゥ耨UE | 1110111110111110100101111110011110011110101000001110111110111101101010011110100010000000101010000101010101000101 | efbe97e79ea0efbda9e880a85545 |
UHC | ????UE | 001111110011111100111111001111110101010101000101 | 3f3f3f3f5545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)