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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諸假セ樶幡 | 111110111010100110011000111011111011111010011110111011101001010010100110 | fba998efbe9eee94a6 |
EUC-JP | ?假セ樶幡 | 001111111101000011110001100011101011111011011100111100001100100010101000 | 3fd0f18ebedcf0c8a8 |
UTF-8 | 諸假セ樶幡 | 111011111010100010100010111001011000000110000111111011111011110110111110111001101010100010110110111001011011100110100001 | efa8a2e58187efbdbee6a8b6e5b9a1 |
UHC | ?假??幡 | 00111111110010101010001100111111001111111101101111011111 | 3fcaa33f3fdbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)