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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迪??耿? | 11100111100011000011111100111111111000111101010000111111 | e78c3f3fe3d43f |
EUC-JP | 迪??耿? | 11101101111011000011111100111111111001101101011000111111 | edec3f3fe6d63f |
UTF-8 | 迪며렚耿렩 | 111010001011111110101010111010111010100110110000111010111010000010011010111010001000000010111111111010111010000010101001 | e8bfaaeba9b0eba09ae880bfeba0a9 |
UHC | 迪며렚耿렩 | 11101110111010001011100011100111100011101010110111001100111010101000111010110111 | eee8b8e78eadccea8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)