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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霄∫「」笏シ | 111010001011101010000001111001111010001010100011111000101001010010111100 | e8ba81e7a2a3e294bc |
EUC-JP | 霄∫「」笏シ | 111100001011110010100010111010011000111010100010100011101010001111100011111101001000111010111100 | f0bca2e98ea28ea3e3f48ebc |
UTF-8 | 霄∫「」笏シ | 111010011001110010000100111000101000100010101011111011111011110110100010111011111011110110100011111001111010110010001111111011111011110110111100 | e99c84e288abefbda2efbda3e7ac8fefbdbc |
UHC | ?∫??笏? | 0011111110100001111100100011111100111111111110111110111000111111 | 3fa1f23f3ffbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)