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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 貉帛援W | 11100110101110011001101111100101100010011000011101010111 | e6b99be5898757 |
EUC-JP | 貉帛援W | 11101100101110111101011011100111101100011110011101010111 | ecbbd6e7b1e757 |
UTF-8 | 貉帛援W | 11101000101100101000100111100101101110001001101111100110100011111011010001010111 | e8b289e5b89be68fb457 |
UHC | ?帛援W | 001111111101101111011001111010101011010101010111 | 3fdbd9eab557 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)