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 | ???c? | 0011111100111111001111110110001100111111 | 3f3f3f633f |
SJIS-WIN | 菽??c僧 | 11100100110000010011111100111111011000111001000101101101 | e4c13f3f63916d |
EUC-JP | 菽??c僧 | 11101000110000110011111100111111011000111100000111001110 | e8c33f3f63c1ce |
UTF-8 | 菽됧궦c僧 | 11101000100011111011110111101011100100001010011111101010101101101010011001100011111001011000001110100111 | e88fbdeb90a7eab6a663e583a7 |
UHC | 菽됧궦c僧 | 111000101101110110001001111001011000001010111000011000111110001110101100 | e2dd89e582b863e3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)