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 | 鸙室 | 111111000100101010001110101110101111000111101011 | fc4a8ebaf1eb |
EUC-JP | 鸙室? | 100011111110110011010110101111001011110000111111 | 8fecd6bcbc3f |
UTF-8 | 鸙室 | 111010011011100010011001111001011010111010100100111011101000010110100110 | e9b899e5aea4ee85a6 |
UHC | ?室? | 00111111111000111111100000111111 | 3fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)