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 | 莵場ラ鑅チ | 1110010010110111100011111110101011010111111110111110011011000001 | e4b78fead7fbe6c1 |
EUC-JP | 莵場ラ鑅チ | 1110100010111001101111101110110010001110110101111000111111100101111010101000111011000001 | e8b9beec8ed78fe5ea8ec1 |
UTF-8 | 莵場ラ鑅チ | 111010001000111010110101111001011010000010110100111011111011111010010111111010011001000110000101111011111011111010000001 | e88eb5e5a0b4efbe97e99185efbe81 |
UHC | ?場??? | 001111111110110111011110001111110011111100111111 | 3fedde3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)