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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 運蓑? | 1000100101011110100101101010101000111111 | 895e96aa3f |
EUC-JP | 運蓑? | 1011000110111111110011001010110000111111 | b1bfccac3f |
UTF-8 | 運蓑㉮ | 111010011000000110001011111010001001001110010001111000111000100110101110 | e9818be89391e389ae |
UHC | 運蓑㉮ | 111010101010000111011110111011101010100010111111 | eaa1deeea8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)