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 | テつ想テつ妥 | 11000011100000101100001010010001011110101100001110000010110000101001000111000011 | c382c2917ac382c291c3 |
EUC-JP | テつ想テつ妥 | 100011101100001110100100110001001100000111011011100011101100001110100100110001001100001011000101 | 8ec3a4c4c1db8ec3a4c4c2c5 |
UTF-8 | テつ想テつ妥 | 111011111011111010000011111000111000000110100100111001101000001110110011111011111011111010000011111000111000000110100100111001011010011010100101 | efbe83e381a4e683b3efbe83e381a4e5a6a5 |
UHC | ?つ想?つ妥 | 00111111101010101100010011011111110011000011111110101010110001001111011011100110 | 3faac4dfcc3faac4f6e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)