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 | 鈔幢セ包スィ | 111001111110001010011011111011111011111010010101111011111011110110101000 | e7e29befbe95efbda8 |
EUC-JP | 鈔幢セ包スィ | 111011101110010011010110111100011000111010111110110010101111000110001110101111011000111010101000 | eee4d6f18ebecaf18ebd8ea8 |
UTF-8 | 鈔幢セ包スィ | 111010011000100010010100111001011011100110100010111011111011110110111110111001011000110010000101111011111011110110111101111011111011110110101000 | e98894e5b9a2efbdbee58c85efbdbdefbda8 |
UHC | ?幢?包?? | 0011111111010011110100110011111111111000110100000011111100111111 | 3fd3d33ff8d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)