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 | 闍憺ーケ驢廛 | 11101000100010111001110011101001101100001011100111101001100001101001110001000100 | e88b9ce9b0b9e9869c44 |
EUC-JP | 闍憺ーケ驢廛 | 111011111110101111011000111010111000111010110000100011101011100111110001111001101101011110100101 | efebd8eb8eb08eb9f1e6d7a5 |
UTF-8 | 闍憺ーケ驢廛 | 111010011001011110001101111001101000011010111010111011111011110110110000111011111011110110111001111010011010100110100010111001011011101110011011 | e9978de686baefbdb0efbdb9e9a9a2e5bb9b |
UHC | ?憺??驢廛 | 001111111101001110111100001111110011111111010101111100001110111011111000 | 3fd3bc3f3fd5f0eef8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)