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 | 梯其?? | 100100101111001010010001101101000011111100111111 | 92f291b43f3f |
EUC-JP | 梯其?? | 110001001111010011000010101101100011111100111111 | c4f4c2b63f3f |
UTF-8 | 梯其렮렒 | 111001101010001010101111111001011000010110110110111010111010000010101110111010111010000010010010 | e6a2afe585b6eba0aeeba092 |
UHC | 梯其렮렒 | 1111000010101100110100001110110010001110101110111000111010100111 | f0acd0ec8ebb8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)