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 | ä¼BU | 110000111010010011000010101111000100001001010101 | c3a4c2bc4255 |
SJIS-WIN | ????BU | 001111110011111100111111001111110100001001010101 | 3f3f3f3f4255 |
EUC-JP | ä�BU | 100011111010101010101010100011111010001011110000100011111010101010100100001111110100001001010101 | 8faaaa8fa2f08faaa43f4255 |
UTF-8 | ä¼BU | 11000011100000111100001010100100110000111000001011000010101111000100001001010101 | c383c2a4c382c2bc4255 |
UHC | ?¤?¼BU | 0011111110100010101101000011111110101000111110010100001001010101 | 3fa2b43fa8f94255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)