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 | ???| | 00111111001111110011111101111100 | 3f3f3f7c |
SJIS-WIN | 菽??| | 1110010011000001001111110011111101111100 | e4c13f3f7c |
EUC-JP | 菽??| | 1110100011000011001111110011111101111100 | e8c33f3f7c |
UTF-8 | 菽됧궦| | 11101000100011111011110111101011100100001010011111101010101101101010011001111100 | e88fbdeb90a7eab6a67c |
UHC | 菽됧궦| | 11100010110111011000100111100101100000101011100001111100 | e2dd89e582b87c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)