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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 幽??] | 1001011101001000001111110011111101011101 | 97483f3f5d |
EUC-JP | 幽??] | 1100110110101001001111110011111101011101 | cda93f3f5d |
UTF-8 | 幽쒏쐹] | 11100101101110011011110111101100100100101000111111101100100100001011100101011101 | e5b9bdec928fec90b95d |
UHC | 幽쒏쐹] | 11101010111010111001110011100110100111001001101101011101 | eaeb9ce69c9b5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)