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 | ワェヘ「ヤッ | 110111001010101011001101101000101101010010101111 | dcaacda2d4af |
EUC-JP | ワェヘ「ヤッ | 100011101101110010001110101010101000111011001101100011101010001010001110110101001000111010101111 | 8edc8eaa8ecd8ea28ed48eaf |
UTF-8 | ワェヘ「ヤッ | 111011111011111010011100111011111011110110101010111011111011111010001101111011111011110110100010111011111011111010010100111011111011110110101111 | efbe9cefbdaaefbe8defbda2efbe94efbdaf |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)