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 | 棚短則則 | 1001001001001001100100100101101010010001101001011001000110100101 | 9249925a91a591a5 |
EUC-JP | 棚短則則 | 1100001110101010110000111011101111000010101001111100001010100111 | c3aac3bbc2a7c2a7 |
UTF-8 | 棚短則則 | 111001101010001110011010111001111001111110101101111001011000100110000111111001011000100110000111 | e6a39ae79fade58987e58987 |
UHC | 棚短則則 | 1101110111011100110100111010110111110110110011101111011011001110 | dddcd3adf6cef6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)