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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訝??押? | 11100110011000100011111100111111100010011001111100111111 | e6623f3f899f3f |
EUC-JP | 訝??押? | 11101011110000110011111100111111101100101010000100111111 | ebc33f3fb2a13f |
UTF-8 | 訝밧컟押뜹 | 111010001010100010011101111010111011000010100111111011001011101110011111111001101000101010111100111010111001110010111001 | e8a89debb0a7ecbb9fe68abceb9cb9 |
UHC | 訝밧컟押뜹 | 11100100101110001011100111100101101100001000101011100100111000111011011011100101 | e4b8b9e5b08ae4e3b6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)