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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???瓏??φ | 001111110011111100111111111000001111101000111111001111111000001111010011 | 3f3f3fe0fa3f3f83d3 |
EUC-JP | ???瓏??φ | 001111110011111100111111111000001111110000111111001111111010011011010101 | 3f3f3fe0fc3f3fa6d5 |
UTF-8 | 罹뀜렱瓏렏븃φ | 1110111110100111101001101110101110000000100111001110101110100000101100011110011110010011100011111110101110100000100011111110101110111000100000111100111110000110 | efa7a6eb809ceba0b1e7938feba08febb883cf86 |
UHC | 罹뀜렱瓏렏븃φ | 1110110010111010101100101111000110001110101111101101011011101010100011101010010110111010111010001010010111110101 | ecbab2f18ebed6ea8ea5bae8a5f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)