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 | 跼狗像 | 111001101111000010001011111001111001000110011100 | e6f08be7919c |
EUC-JP | 跼狗像 | 111011001111001010110110111010011100000111111100 | ecf2b6e9c1fc |
UTF-8 | 跼狗像 | 111010001011011110111100111001111000101110010111111001011000001110001111 | e8b7bce78b97e5838f |
UHC | ?狗像 | 0011111111001111101101111101111111000000 | 3fcfb7dfc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)