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 | ?B[?B[^ | 00111111010000100101101100111111010000100101101101011110 | 3f425b3f425b5e |
SJIS-WIN | ?B[?B[^ | 00111111010000100101101100111111010000100101101101011110 | 3f425b3f425b5e |
EUC-JP | 鄖B[鄖B[^ | 1000111111100010101111010100001001011011100011111110001010111101010000100101101101011110 | 8fe2bd425b8fe2bd425b5e |
UTF-8 | 鄖B[鄖B[^ | 1110100110000100100101100100001001011011111010011000010010010110010000100101101101011110 | e98496425be98496425b5e |
UHC | ?B[?B[^ | 00111111010000100101101100111111010000100101101101011110 | 3f425b3f425b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)