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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 勺消ヲ偲勺 | 100011101101100110001111110000011010011010001110110000111000111011011001 | 8ed98fc1a68ec38ed9 |
EUC-JP | 勺消ヲ偲勺 | 10111100110110111011111011000011100011101010011010111100110001011011110011011011 | bcdbbec38ea6bcc5bcdb |
UTF-8 | 勺消ヲ偲勺 | 111001011000101110111010111001101011011010001000111011111011110110100110111001011000000110110010111001011000101110111010 | e58bbae6b688efbda6e581b2e58bba |
UHC | 勺消??勺 | 1110110111000011111000011011110000111111001111111110110111000011 | edc3e1bc3f3fedc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)