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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邵ォ隨樊サ | 1110011110111000101010111110011110101100100111101110011010111011 | e7b8abe7ac9ee6bb |
EUC-JP | 邵ォ隨樊サ | 11101110101110101000111010101011111011101010111011011100111010001000111010111011 | eeba8eabeeaedce88ebb |
UTF-8 | 邵ォ隨樊サ | 111010011000001010110101111011111011110110101011111010011001101010101000111001101010100010001010111011111011110110111011 | e982b5efbdabe99aa8e6a88aefbdbb |
UHC | 邵?隨樊? | 1110000111010000001111111110001011001011110110111110000000111111 | e1d03fe2cbdbe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)