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 | ヤル | 111110011110001011110110111000111101010011011001 | f9e2f6e3d4d9 |
EUC-JP | ??ヤル | 001111110011111110001110110101001000111011011001 | 3f3f8ed48ed9 |
UTF-8 | ヤル | 111011101001110010111101111011101001010010001010111011111011111010010100111011111011111010011001 | ee9cbdee948aefbe94efbe99 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)