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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 俎??B | 1001100011010111001111110011111101000010 | 98d73f3f42 |
EUC-JP | 俎??B | 1101000011011001001111110011111101000010 | d0d93f3f42 |
UTF-8 | 俎송서B | 11100100101111111000111011101100100001101010000111101100100001001001110001000010 | e4bf8eec86a1ec849c42 |
UHC | 俎송서B | 11110000101110111011110011011011101111001010110101000010 | f0bbbcdbbcad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)