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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 敎匿ぉ | 111110101100110110010011101111011000001010100111 | facd93bd82a7 |
EUC-JP | ?匿ぉ | 0011111111000110101111111010010010101001 | 3fc6bfa4a9 |
UTF-8 | 敎匿ぉ | 111001101001010110001110111001011000110010111111111000111000000110001001 | e6958ee58cbfe38189 |
UHC | 敎匿ぉ | 110011101110011111010010111110111010101010101001 | cee7d2fbaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)