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 | ???循?? | 00111111001111110011111110001111011110100011111100111111 | 3f3f3f8f7a3f3f |
EUC-JP | ???循?? | 00111111001111110011111110111101110110110011111100111111 | 3f3f3fbddb3f3f |
UTF-8 | 琉덃벟循덁퐙 | 111011111010011110001100111010111000110110000011111010111011001010011111111001011011111010101010111010111000110110000001111011011001000010011001 | efa78ceb8d83ebb29fe5beaaeb8d81ed9099 |
UHC | 琉덃벟循덁퐙 | 111010111010010010001000111001101001001110111010111000101110000010001000111001001011110110000011 | eba488e693bae2e088e4bd83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)