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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煮宍丞ウ | 10001110110011111000111010110011100011111110010110110011 | 8ecf8eb38fe5b3 |
EUC-JP | 煮宍丞ウ | 1011110011010001101111001011010110111110111001111000111010110011 | bcd1bcb5bee78eb3 |
UTF-8 | 煮宍丞ウ | 111001111000010110101110111001011010111010001101111001001011100010011110111011111011110110110011 | e785aee5ae8de4b89eefbdb3 |
UHC | 煮?丞? | 111011011011010000111111111000111010101000111111 | edb43fe3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)