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 | シミ尺社偲璽 | 10111100110100001000111011011010100011101101000010001110110000111000111010100011 | bcd08eda8ed08ec38ea3 |
EUC-JP | シミ尺社偲璽 | 100011101011110010001110110100001011110011011100101111001101001010111100110001011011110010100101 | 8ebc8ed0bcdcbcd2bcc5bca5 |
UTF-8 | シミ尺社偲璽 | 111011111011110110111100111011111011111010010000111001011011000010111010111001111010010010111110111001011000000110110010111001111001001010111101 | efbdbcefbe90e5b0bae7a4bee581b2e792bd |
UHC | ??尺社?璽 | 001111110011111111110100101010011101111011100100001111111101111111011110 | 3f3ff4a9dee43fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)