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 | 詣??狎 | 100011000111011100111111001111111110000010111110 | 8c773f3fe0be |
EUC-JP | 詣??狎 | 101101111101100000111111001111111110000011000000 | b7d83f3fe0c0 |
UTF-8 | 詣쏁덱狎 | 111010001010100110100011111011001000111110000001111010111000110110110001111001111000101110001110 | e8a9a3ec8f81eb8db1e78b8e |
UHC | 詣쏁덱狎 | 1110011111100001100110111110011110110101101001101110010011100100 | e7e19be7b5a6e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)