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 | 黑ミ鮑カ | 111111000100101111010000111010011011100010110110 | fc4bd0e9b8b6 |
EUC-JP | ?ミ鮑カ | 00111111100011101101000011110010101110101000111010110110 | 3f8ed0f2ba8eb6 |
UTF-8 | 黑ミ鮑カ | 111010011011101110010001111011111011111010010000111010011010111010010001111011111011110110110110 | e9bb91efbe90e9ae91efbdb6 |
UHC | 黑?鮑? | 111111011101100100111111111110001110101000111111 | fdd93ff8ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)