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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ホィ錮 | 110011101010100011100111111111001111011010111100 | cea8e7fcf6bc |
EUC-JP | ホィ錮? | 10001110110011101000111010101000111011101111111000111111 | 8ece8ea8eefe3f |
UTF-8 | ホィ錮 | 111011111011111010001110111011111011110110101000111010011000110010101110111011101001001110100011 | efbe8eefbda8e98caeee93a3 |
UHC | ??錮? | 0011111100111111110011011101000100111111 | 3f3fcdd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)