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 | ハ邇シ識 | 1111001010101011110010101110011110001110101111001000111010101111 | f2abcae78ebc8eaf |
EUC-JP | ?ハ邇シ識 | 001111111000111011001010111011011110111010001110101111001011110010110001 | 3f8ecaedee8ebcbcb1 |
UTF-8 | ハ邇シ識 | 111011101000011110100010111011111011111010001010111010011000001010000111111011111011110110111100111010001010110110011000 | ee87a2efbe8ae98287efbdbce8ad98 |
UHC | ??邇?識 | 00111111001111111110110011000100001111111110001111011011 | 3f3fecc43fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)