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 | ???誼? | 001111110011111100111111100010110110001000111111 | 3f3f3f8b623f |
EUC-JP | 獒??誼? | 1000111111001011101110110011111100111111101101011100001100111111 | 8fcbbb3f3fb5c33f |
UTF-8 | 獒붿룆誼죇 | 111001111000110110010010111010111011011010111111111010111010001110000110111010001010101010111100111011001010001110000111 | e78d92ebb6bfeba386e8aabceca387 |
UHC | 獒붿룆誼죇 | 11101000101000111001010011101100100011111000010111101011111111101010000101100101 | e8a394ec8f85ebfea165 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)