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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髙叱錥 | 111110111111110010001110101101101111101111010111 | fbfc8eb6fbd7 |
EUC-JP | ?叱錥 | 001111111011110010111000100011111110010011100000 | 3fbcb88fe4e0 |
UTF-8 | 髙叱錥 | 111010011010101110011001111001011000111110110001111010011000110010100101 | e9ab99e58fb1e98ca5 |
UHC | ?叱? | 00111111111100101110101000111111 | 3ff2ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)