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 | 00111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f5d48 |
SJIS-WIN | 絶??譽?]H | 100100001110001000111111001111111110011010100011001111110101110101001000 | 90e23f3fe6a33f5d48 |
EUC-JP | 絶??譽?]H | 110000001110010000111111001111111110110010100101001111110101110101001000 | c0e43f3feca53f5d48 |
UTF-8 | 絶껁겇譽켥]H | 1110011110110101101101101110101010111011100000011110101010110010100001111110100010101101101111011110110010111100101001010101110101001000 | e7b5b6eabb81eab287e8adbdecbca55d48 |
UHC | 絶껁겇譽켥]H | 111011111011111010000011111000111000000110100100111001111110001010110001011000010101110101001000 | efbe83e381a4e7e2b1615d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)