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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 赦汐照齊ハ写 | 1000111011001101100011101010110010001111110001101110101010001110110010101000111011001010 | 8ecd8eac8fc6ea8eca8eca |
EUC-JP | 赦汐照齊ハ写 | 101111001100111110111100101011101011111011001000111100111110111010001110110010101011110011001100 | bccfbcaebec8f3ee8ecabccc |
UTF-8 | 赦汐照齊ハ写 | 111010001011010110100110111001101011000110010000111001111000010110100111111010011011110110001010111011111011111010001010111001011000011010011001 | e8b5a6e6b190e785a7e9bd8aefbe8ae58699 |
UHC | 赦汐照齊?? | 11011110111101011110000010110001111100001100111011110000101110100011111100111111 | def5e0b1f0cef0ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)