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 | シワ症ォシロ | 10111100110111001000111111000111101010111011110011011011 | bcdc8fc7abbcdb |
EUC-JP | シワ症ォシロ | 100011101011110010001110110111001011111011001001100011101010101110001110101111001000111011011011 | 8ebc8edcbec98eab8ebc8edb |
UTF-8 | シワ症ォシロ | 111011111011110110111100111011111011111010011100111001111001011110000111111011111011110110101011111011111011110110111100111011111011111010011011 | efbdbcefbe9ce79787efbdabefbdbcefbe9b |
UHC | ??症??? | 00111111001111111111000111111000001111110011111100111111 | 3f3ff1f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)