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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 室璽 | 1111000010110011100011101011101011110000101110011000111010100011 | f0b38ebaf0b98ea3 |
EUC-JP | ?室?璽 | 001111111011110010111100001111111011110010100101 | 3fbcbc3fbca5 |
UTF-8 | 室璽 | 111011101000000110110010111001011010111010100100111011101000000110111000111001111001001010111101 | ee81b2e5aea4ee81b8e792bd |
UHC | ?室?璽 | 001111111110001111111000001111111101111111011110 | 3fe3f83fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)