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 | 裔滕キ | 1110010111100001100111111110110010110111 | e5e19fecb7 |
EUC-JP | 裔滕キ | 111010101110001111011110111011101000111010110111 | eae3deee8eb7 |
UTF-8 | 裔滕キ | 111010001010001110010100111001101011101110010101111011111011110110110111 | e8a394e6bb95efbdb7 |
UHC | 裔?? | 11100111111000000011111100111111 | e7e03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)