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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 質執 | 1111000011000000100011101011111111110000101100101000111010110111 | f0c08ebff0b28eb7 |
EUC-JP | ?質?執 | 001111111011110011000001001111111011110010111001 | 3fbcc13fbcb9 |
UTF-8 | 質執 | 111011101000000110111111111010001011001110101010111011101000000110110001111001011001111110110111 | ee81bfe8b3aaee81b1e59fb7 |
UHC | ?質?執 | 001111111111001011110101001111111111001011111011 | 3ff2f53ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)