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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ト肅ス「コ^ | 11000100111000111110011110111101101000101011101001011110 | c4e3e7bda2ba5e |
EUC-JP | ト肅ス「コ^ | 1000111011000100111001101110100110001110101111011000111010100010100011101011101001011110 | 8ec4e6e98ebd8ea28eba5e |
UTF-8 | ト肅ス「コ^ | 11101111101111101000010011101000100000101000010111101111101111011011110111101111101111011010001011101111101111011011101001011110 | efbe84e88285efbdbdefbda2efbdba5e |
UHC | ?肅???^ | 00111111111000101101110000111111001111110011111101011110 | 3fe2dc3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)