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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 弴蒔鉀 | 111110101011100010001110101010101111101111000101 | fab88eaafbc5 |
EUC-JP | 弴蒔鉀 | 1000111110111100111011011011110010101100100011111110001111011000 | 8fbcedbcac8fe3d8 |
UTF-8 | 弴蒔鉀 | 111001011011110010110100111010001001001010010100111010011000100110000000 | e5bcb4e89294e98980 |
UHC | ?蒔鉀 | 0011111111100011110010001100101110100101 | 3fe3c8cba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)