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 | 蕈件就莪 | 1110010011111100100011001000111110001111010000011110010010101110 | e4fc8c8f8f41e4ae |
EUC-JP | 蕈件就莪 | 1110100011111110101101111110111110111101101000101110100010110000 | e8feb7efbda2e8b0 |
UTF-8 | 蕈件就莪 | 111010001001010110001000111001001011101110110110111001011011000010110001111010001000111010101010 | e89588e4bbb6e5b0b1e88eaa |
UHC | ?件就莪 | 00111111110010111110110011110110101001101110010010110101 | 3fcbecf6a6e4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)