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 | 甯鍋貉ク | 11111010101010001001001111100111111001101011100110111000 | faa893e7e6b9b8 |
EUC-JP | 甯鍋貉ク | 100011111100110110101010110001101110100111101100101110111000111010111000 | 8fcdaac6e9ecbb8eb8 |
UTF-8 | 甯鍋貉ク | 111001111001010010101111111010011000110110001011111010001011001010001001111011111011110110111000 | e794afe98d8be8b289efbdb8 |
UHC | ?鍋?? | 0011111111001110101001110011111100111111 | 3fcea73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)