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 | 11100101010100101000101111101010100100000100100001000010 | e5528bea904842 |
EUC-JP | 薐苦食B | 11101001101100111011011011101100101111111010100101000010 | e9b3b6ecbfa942 |
UTF-8 | 薐苦食B | 11101000100101101001000011101000100010111010011011101001101000111001111101000010 | e89690e88ba6e9a39f42 |
UHC | ?苦食B | 001111111100110111001000111000111101110101000010 | 3fcdc8e3dd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)