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 | 茯医圭 | 111001001010100010001000111000111000110001011100 | e4a888e38c5c |
EUC-JP | 茯医圭 | 111010001010101010110000111001011011011110111101 | e8aab0e5b7bd |
UTF-8 | 茯医圭 | 111010001000110010101111111001011000110010111011111001011001110010101101 | e88cafe58cbbe59cad |
UHC | 茯?圭 | 1101110011011010001111111101000010100100 | dcda3fd0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)