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 | 隴ヤァ | 1110100010101101111100101110110011010100101001111111010111101110 | e8adf2ecd4a7f5ee |
EUC-JP | 隴?ヤァ? | 1111000010101111001111111000111011010100100011101010011100111111 | f0af3f8ed48ea73f |
UTF-8 | 隴ヤァ | 111010011001101010110100111011101000100010100011111011111011111010010100111011111011110110100111111011101001000110011001 | e99ab4ee88a3efbe94efbda7ee9199 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)