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 | ??垣亘? | 00111111001111111000101001011111100110000110101000111111 | 3f3f8a5f986a3f |
EUC-JP | ??垣亘? | 00111111001111111011001111000000110011111100101100111111 | 3f3fb3c0cfcb3f |
UTF-8 | 亐렕垣亘렲 | 111001001011101010010000111010111010000010010101111001011001111010100011111001001011101010011000111010111010000010110010 | e4ba90eba095e59ea3e4ba98eba0b2 |
UHC | 亐렕垣亘렲 | 11101010101001111000111010101010111010101010111111010000111001101000111010111111 | eaa78eaaeaafd0e68ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)