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 | 嫉寀 | 111100011111101010001110101110011111101010100111 | f1fa8eb9faa7 |
EUC-JP | ?嫉寀 | 001111111011110010111011100011111011101011011011 | 3fbcbb8fbadb |
UTF-8 | 嫉寀 | 111011101000010110110101111001011010101110001001111001011010111110000000 | ee85b5e5ab89e5af80 |
UHC | ?嫉寀 | 0011111111110010111011001111001111110010 | 3ff2ecf3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)