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 | 痔淲式鉷 | 11110000101101011000111010100100111110110100010010001110101011101111101111001101 | f0b58ea4fb448eaefbcd |
EUC-JP | ?痔?式鉷 | 001111111011110010100110001111111011110010110000100011111110001111110001 | 3fbca63fbcb08fe3f1 |
UTF-8 | 痔淲式鉷 | 111011101000000110110100111001111001011110010100111001101011011110110010111001011011110010001111111010011000100110110111 | ee81b4e79794e6b7b2e5bc8fe989b7 |
UHC | ?痔?式? | 00111111111101101100000000111111111000111101001000111111 | 3ff6c03fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)