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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 孩綿碩 | 100110110111011110010110110010001001000011010111 | 9b7796c890d7 |
EUC-JP | 孩綿碩 | 110101011101100011001100110010101100000011011001 | d5d8cccac0d9 |
UTF-8 | 孩綿碩 | 111001011010110110101001111001111011011010111111111001111010001010101001 | e5ada9e7b6bfe7a2a9 |
UHC | 孩綿碩 | 111110101010100111011000111110101110000010110101 | faa9d8fae0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)