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??? | 00111111001111110011111101100111001111110011111100111111 | 3f3f3f673f3f3f |
SJIS-WIN | セュ蒔gセャ篠 | 101111101010110110001110101010100110011110111110101011001000111011000010 | bead8eaa67beac8ec2 |
EUC-JP | セュ蒔gセャ篠 | 10001110101111101000111010101101101111001010110001100111100011101011111010001110101011001011110011000100 | 8ebe8eadbcac678ebe8eacbcc4 |
UTF-8 | セュ蒔gセャ篠 | 11101111101111011011111011101111101111011010110111101000100100101001010001100111111011111011110110111110111011111011110110101100111001111010111110100000 | efbdbeefbdade8929467efbdbeefbdace7afa0 |
UHC | ??蒔g??篠 | 001111110011111111100011110010000110011100111111001111111110000111000110 | 3f3fe3c8673f3fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)