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 | 0011111100111111001111110100001001010101 | 3f3f3f4255 |
SJIS-WIN | 隘??BU | 111010001010010100111111001111110100001001010101 | e8a53f3f4255 |
EUC-JP | 隘??BU | 111100001010011100111111001111110100001001010101 | f0a73f3f4255 |
UTF-8 | 隘녽콌BU | 1110100110011010100110001110101110000101101111011110110010111101100011000100001001010101 | e99a98eb85bdecbd8c4255 |
UHC | 隘녽콌BU | 1110010011110110100001101110100110110001100010000100001001010101 | e4f686e9b1884255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)