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 | 式焄執 | 1111001010101110100011101010111011111011010101001000111010110111 | f2ae8eaefb548eb7 |
EUC-JP | ?式焄執 | 0011111110111100101100001000111111001001111000111011110010111001 | 3fbcb08fc9e3bcb9 |
UTF-8 | 式焄執 | 111011101000011110100101111001011011110010001111111001111000010010000100111001011001111110110111 | ee87a5e5bc8fe78484e59fb7 |
UHC | ?式焄執 | 00111111111000111101001011111101101101101111001011111011 | 3fe3d2fdb6f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)