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 | èú¸Þ° | 100011111110100011111010101110001101111010110000 | 8fe8fab8deb0 |
SJIS-WIN | ?????° | 00111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f818b |
EUC-JP | ?èú¸Þ° | 001111111000111110101011101100101000111110101011111000101000111110100010101100011000111110101001101100001010000111101011 | 3f8fabb28fabe28fa2b18fa9b0a1eb |
UTF-8 | èú¸Þ° | 110000101000111111000011101010001100001110111010110000101011100011000011100111101100001010110000 | c28fc3a8c3bac2b8c39ec2b0 |
UHC | ???¸Þ° | 001111110011111100111111101000101010110010101000101011011010000111000110 | 3f3f3fa2aca8ada1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)