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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訂敎?窪?貞 | 10010010111110011111101011001101001111111000110001000101001111111001001011100101 | 92f9facd3f8c453f92e5 |
EUC-JP | 訂??窪?貞 | 110001001111101100111111001111111011011110100110001111111100010011100111 | c4fb3f3fb7a63fc4e7 |
UTF-8 | 訂敎갹窪렜貞 | 111010001010100010000010111001101001010110001110111010101011000010111001111001111010101010101010111010111010000010011100111010001011001010011110 | e8a882e6958eeab0b9e7aaaaeba09ce8b29e |
UHC | 訂敎갹窪렜貞 | 111011111111010011001110111001111011000010111101111010001100000110001110101011101110111111110110 | eff4cee7b0bde8c18eaeeff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)