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 | 轢o充肅 | 1110011110000000100000101000111110001111010110111110001111100111 | e780828f8f5be3e7 |
EUC-JP | 轢o充肅 | 1110110111100000101000111110111110111101101111001110011011101001 | ede0a3efbdbce6e9 |
UTF-8 | 轢o充肅 | 111010001011110110100010111011111011110110001111111001011000010110000101111010001000001010000101 | e8bda2efbd8fe58585e88285 |
UHC | 轢o充肅 | 1101010111111001101000111110111111110101111101101110001011011100 | d5f9a3eff5f6e2dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)