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 | 陝カ蜈悩 | 11101000100111111011011011100101100001011001010001011001 | e89fb6e5859459 |
EUC-JP | 陝カ蜈悩 | 1111000010100001100011101011011011101001111001011100011110111010 | f0a18eb6e9e5c7ba |
UTF-8 | 陝カ蜈悩 | 111010011001100110011101111011111011110110110110111010001001110010001000111001101000001010101001 | e9999defbdb6e89c88e682a9 |
UHC | 陝?蜈? | 111000001110110100111111111010001010010100111111 | e0ed3fe8a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)