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 | 縞消ム | 10001110110010001000111111000001111110001000111011010001 | 8ec88fc1f88ed1 |
EUC-JP | 縞消?ム | 10111100110010101011111011000011001111111000111011010001 | bccabec33f8ed1 |
UTF-8 | 縞消ム | 111001111011100010011110111001101011011010001000111011101001100010101101111011111011111010010001 | e7b89ee6b688ee98adefbe91 |
UHC | 縞消?? | 111110111101011011100001101111000011111100111111 | fbd6e1bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)