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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 肢?咀傍 | 10001110100010000011111110011001111100001001011001010100 | 8e883f99f09654 |
EUC-JP | 肢?咀傍 | 10111011111010000011111111010010111100101100101110110101 | bbe83fd2f2cbb5 |
UTF-8 | 肢렖咀傍 | 111010001000001010100010111010111010000010010110111001011001001010000000111001011000001010001101 | e882a2eba096e59280e5828d |
UHC | 肢렖咀傍 | 1111001010110110100011101010101111101110101110101101101110101000 | f2b68eabeebadba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)