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 | 遉牙ぞ讌 | 1110011110100100100010011110010110000010101111001110011010100101 | e7a489e582bce6a5 |
EUC-JP | 遉牙ぞ讌 | 1110111010100110101100101110011110100100101111101110110010100111 | eea6b2e7a4beeca7 |
UTF-8 | 遉牙ぞ讌 | 111010011000000110001001111001111000100110011001111000111000000110011110111010001010111010001100 | e98189e78999e3819ee8ae8c |
UHC | ?牙ぞ? | 001111111110010010110011101010101011111000111111 | 3fe4b3aabe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)