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 | 鉷ク莢ョ渼汐 | 11111011110011011011100011100100101100001010111011111011010010011000111010101100 | fbcdb8e4b0aefb498eac |
EUC-JP | 鉷ク莢ョ渼汐 | 1000111111100011111100011000111010111000111010001011001010001110101011101000111111000111111100001011110010101110 | 8fe3f18eb8e8b28eae8fc7f0bcae |
UTF-8 | 鉷ク莢ョ渼汐 | 111010011000100110110111111011111011110110111000111010001000111010100010111011111011110110101110111001101011100010111100111001101011000110010000 | e989b7efbdb8e88ea2efbdaee6b8bce6b190 |
UHC | ??莢?渼汐 | 001111110011111111111010111110000011111111011010101101001110000010110001 | 3f3ffaf83fdab4e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)