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 | 淼ー霆贋ク奇 | 11111011010001011011000011101000101110111000101011100100101110001000101011101111 | fb45b0e8bb8ae4b88aef |
EUC-JP | 淼ー霆贋ク奇 | 10001111110001111110011010001110101100001111000010111101101101001110011010001110101110001011010011110001 | 8fc7e68eb0f0bdb4e68eb8b4f1 |
UTF-8 | 淼ー霆贋ク奇 | 111001101011011110111100111011111011110110110000111010011001110010000110111010001011010010001011111011111011110110111000111001011010010110000111 | e6b7bcefbdb0e99c86e8b48befbdb8e5a587 |
UHC | ??霆??奇 | 0011111100111111111011111111110100111111001111111101000011110100 | 3f3feffd3f3fd0f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)