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 | ?否侈 | 0011111110010100110110111001100011001010 | 3f94db98ca |
EUC-JP | 頊否侈 | 10001111111001111111010011001000110111011101000011001100 | 8fe7f4c8ddd0cc |
UTF-8 | 頊否侈 | 111010011010000010001010111001011001000010100110111001001011111010001000 | e9a08ae590a6e4be88 |
UHC | 頊否侈 | 111010011111010111011100111110101111011010110110 | e9f5dcfaf6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)