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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 躬牘豎牘^ | 111001110101101011100000101011111110011010110001111000001010111101011110 | e75ae0afe6b1e0af5e |
EUC-JP | 躬牘豎牘^ | 111011011011101111100000101100011110110010110011111000001011000101011110 | edbbe0b1ecb3e0b15e |
UTF-8 | 躬牘豎牘^ | 11101000101110101010110011100111100010011001100011101000101100011000111011100111100010011001100001011110 | e8baace78998e8b18ee789985e |
UHC | 躬牘?牘^ | 1100111111100101110101001011101000111111110101001011101001011110 | cfe5d4ba3fd4ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)