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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阿??揖ч? | 100010001010001000111111001111111001011101001011100001001000100100111111 | 88a23f3f974b84893f |
EUC-JP | 阿??揖ч? | 101100001010010000111111001111111100110110101100101001111110100100111111 | b0a43f3fcdaca7e93f |
UTF-8 | 阿잞퐦揖ч댖 | 1110100110011000101111111110110010011110100111101110110110010000101001101110011010001111100101101101000110000111111010111000110010010110 | e998bfec9e9eed90a6e68f96d187eb8c96 |
UHC | 阿잞퐦揖ч댖 | 111001001011100110011111111011111011110110001111111010111110011110101100111010011000100010111010 | e4b99fefbd8febe7ace988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)