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 | ホィ鋙 | 110011101010100011111011110100011111001111011110 | cea8fbd1f3de |
EUC-JP | ホィ鋙? | 1000111011001110100011101010100010001111111001001100001100111111 | 8ece8ea88fe4c33f |
UTF-8 | ホィ鋙 | 111011111011111010001110111011111011110110101000111010011000101110011001111011101000101110010001 | efbe8eefbda8e98b99ee8b91 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)