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 | ミ銧ヲ | 111100001010110011010000111110111100110010100110 | f0acd0fbcca6 |
EUC-JP | ?ミ銧ヲ | 0011111110001110110100001000111111100100101001101000111010100110 | 3f8ed08fe4a68ea6 |
UTF-8 | ミ銧ヲ | 111011101000000110101011111011111011111010010000111010011000101010100111111011111011110110100110 | ee81abefbe90e98aa7efbda6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)