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 | ホィ鋙 | 11001110101010001111101111010001 | cea8fbd1 |
EUC-JP | ホィ鋙 | 10001110110011101000111010101000100011111110010011000011 | 8ece8ea88fe4c3 |
UTF-8 | ホィ鋙 | 111011111011111010001110111011111011110110101000111010011000101110011001 | efbe8eefbda8e98b99 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)