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 | 愽瀏筥帽 | 1001110011000111111000000110011111100010101001101001011001011000 | 9cc7e067e2a69658 |
EUC-JP | 愽瀏筥帽 | 1101100011001001110111111100100011100100101010001100101110111001 | d8c9dfc8e4a8cbb9 |
UTF-8 | 愽瀏筥帽 | 111001101000010010111101111001111000000010001111111001111010110110100101111001011011100010111101 | e684bde7808fe7ada5e5b8bd |
UHC | ?瀏?帽 | 001111111101011110110111001111111101100110110110 | 3fd7b73fd9b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)