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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闢咲阜 | 111010001001001110001101111001111001010110001100 | e8938de7958c |
EUC-JP | 闢咲阜 | 111011111111001110111010111010011100100111101100 | eff3bae9c9ec |
UTF-8 | 闢咲阜 | 111010011001011110100010111001011001001010110010111010011001100010011100 | e997a2e592b2e9989c |
UHC | 闢?阜 | 1101110010100011001111111101110110111101 | dca33fddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)