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 | 棚達卒脱 | 1001001001001001100100100100001010010001101100101001001001000101 | 9249924291b29245 |
EUC-JP | 棚達卒脱 | 1100001110101010110000111010001111000010101101001100001110100110 | c3aac3a3c2b4c3a6 |
UTF-8 | 棚達卒脱 | 111001101010001110011010111010011000000110010100111001011000110110010010111010001000010010110001 | e6a39ae98194e58d92e884b1 |
UHC | 棚達卒? | 11011101110111001101001110111001111100001110111100111111 | dddcd3b9f0ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)