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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 鋕爾B | 1111101111010100100011101010001001000010 | fbd48ea242 |
EUC-JP | 鋕爾B | 100011111110010011000000101111001010010001000010 | 8fe4c0bca442 |
UTF-8 | 鋕爾B | 11101001100010111001010111100111100010001011111001000010 | e98b95e788be42 |
UHC | ?爾B | 00111111111011001011001101000010 | 3fecb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)