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 | 預хぎ夜 | 1001011101100001100001001000011110000010101011001001011011101001 | 9761848782ac96e9 |
EUC-JP | 預хぎ夜 | 1100110111000010101001111110011110100100101011101100110011101011 | cdc2a7e7a4aecceb |
UTF-8 | 預хぎ夜 | 1110100110100000100100001101000110000101111000111000000110001110111001011010010010011100 | e9a090d185e3818ee5a49c |
UHC | 預хぎ夜 | 1110011111101000101011001110011110101010101011101110010110101000 | e7e8ace7aaaee5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)