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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辞璽 | 11110010101101111000111010101011111100001011010110001110101000111111001010111110 | f2b78eabf0b58ea3f2be |
EUC-JP | ?辞?璽? | 00111111101111001010110100111111101111001010010100111111 | 3fbcad3fbca53f |
UTF-8 | 辞璽 | 111011101000011110101110111010001011111010011110111011101000000110110100111001111001001010111101111011101000011110110101 | ee87aee8be9eee81b4e792bdee87b5 |
UHC | ???璽? | 001111110011111100111111110111111101111000111111 | 3f3f3fdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)