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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | シムhシム | 101111001101000111110010101110010110100010111100110100011111001010111001 | bcd1f2b968bcd1f2b9 |
EUC-JP | シム?hシム? | 1000111010111100100011101101000100111111011010001000111010111100100011101101000100111111 | 8ebc8ed13f688ebc8ed13f |
UTF-8 | シムhシム | 11101111101111011011110011101111101111101001000111101110100001111011000001101000111011111011110110111100111011111011111010010001111011101000011110110000 | efbdbcefbe91ee87b068efbdbcefbe91ee87b0 |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)