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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ??倒h??倒 | 001111110011111110010011011111000110100000111111001111111001001101111100 | 3f3f937c683f3f937c |
EUC-JP | ??倒h??倒 | 001111110011111111000101110111010110100000111111001111111100010111011101 | 3f3fc5dd683f3fc5dd |
UTF-8 | 泥곕倒h泥곕倒 | 11101111101001111010001111101010101100111001010111100101100000001001001001101000111011111010011110100011111010101011001110010101111001011000000010010010 | efa7a3eab395e5809268efa7a3eab395e58092 |
UHC | 泥곕倒h泥곕倒 | 11101100101100101011000011101011110100111110111001101000111011001011001010110000111010111101001111101110 | ecb2b0ebd3ee68ecb2b0ebd3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)