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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 菽??菽 | 111001001100000100111111001111111110010011000001 | e4c13f3fe4c1 |
EUC-JP | 菽??菽 | 111010001100001100111111001111111110100011000011 | e8c33f3fe8c3 |
UTF-8 | 菽됧궦菽 | 111010001000111110111101111010111001000010100111111010101011011010100110111010001000111110111101 | e88fbdeb90a7eab6a6e88fbd |
UHC | 菽됧궦菽 | 1110001011011101100010011110010110000010101110001110001011011101 | e2dd89e582b8e2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)