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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 梯?[梯?[^ | 100100101111001000111111010110111001001011110010001111110101101101011110 | 92f23f5b92f23f5b5e |
EUC-JP | 梯?[梯?[^ | 110001001111010000111111010110111100010011110100001111110101101101011110 | c4f43f5bc4f43f5b5e |
UTF-8 | 梯렊[梯렊[^ | 111001101010001010101111111010111010000010001010010110111110011010100010101011111110101110100000100010100101101101011110 | e6a2afeba08a5be6a2afeba08a5b5e |
UHC | 梯렊[梯렊[^ | 1111000010101100100011101010000101011011111100001010110010001110101000010101101101011110 | f0ac8ea15bf0ac8ea15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)