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 | 室璽シェ | 11110000111011111000111010111010111100011110111010001110101000111011110010101010 | f0ef8ebaf1ee8ea3bcaa |
EUC-JP | ?室?璽シェ | 00111111101111001011110000111111101111001010010110001110101111001000111010101010 | 3fbcbc3fbca58ebc8eaa |
UTF-8 | 室璽シェ | 111011101000001010101110111001011010111010100100111011101000010110101001111001111001001010111101111011111011110110111100111011111011110110101010 | ee82aee5aea4ee85a9e792bdefbdbcefbdaa |
UHC | ?室?璽?? | 0011111111100011111110000011111111011111110111100011111100111111 | 3fe3f83fdfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)