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 | 霈牙唱 | 111010001011110010001001111001011000111110100101 | e8bc89e58fa5 |
EUC-JP | 霈牙唱 | 111100001011111010110010111001111011111010100111 | f0beb2e7bea7 |
UTF-8 | 霈牙唱 | 111010011001110010001000111001111000100110011001111001011001010010110001 | e99c88e78999e594b1 |
UHC | ?牙唱 | 0011111111100100101100111111001111011101 | 3fe4b3f3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)