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 | 荊??? | 1000110001110100001111110011111100111111 | 8c743f3f3f |
EUC-JP | 荊??? | 1011011111010101001111110011111100111111 | b7d53f3f3f |
UTF-8 | 荊됳轢뺦 | 111010001000110110001010111010111001000010110011111011111010011010001101111010111011101010100110 | e88d8aeb90b3efa68debbaa6 |
UHC | 荊됳轢뺦 | 1111101110101010100010011110111011100110101111001001010111101110 | fbaa89eee6bc95ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)