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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 釵語ーィB | 11100111110111101000110011101010101100001010100001000010 | e7de8ceab0a842 |
EUC-JP | 釵語ーィB | 111011101110000010111000111011001000111010110000100011101010100001000010 | eee0b8ec8eb08ea842 |
UTF-8 | 釵語ーィB | 11101001100001111011010111101000101010101001111011101111101111011011000011101111101111011010100001000010 | e987b5e8aa9eefbdb0efbda842 |
UHC | 釵語??B | 11110011111110111110010111011110001111110011111101000010 | f3fbe5de3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)