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 | ???g?? | 001111110011111100111111011001110011111100111111 | 3f3f3f673f3f |
SJIS-WIN | セュ蒔gセャ | 10111110101011011000111010101010011001111011111010101100 | bead8eaa67beac |
EUC-JP | セュ蒔gセャ | 1000111010111110100011101010110110111100101011000110011110001110101111101000111010101100 | 8ebe8eadbcac678ebe8eac |
UTF-8 | セュ蒔gセャ | 11101111101111011011111011101111101111011010110111101000100100101001010001100111111011111011110110111110111011111011110110101100 | efbdbeefbdade8929467efbdbeefbdac |
UHC | ??蒔g?? | 00111111001111111110001111001000011001110011111100111111 | 3f3fe3c8673f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)