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 | 郢占サォ笏」 | 111001111011100110010000111010001011101110101011111000101001010010100011 | e7b990e8bbabe294a3 |
EUC-JP | 郢占サォ笏」 | 111011101011101111000000111010101000111010111011100011101010101111100011111101001000111010100011 | eebbc0ea8ebb8eabe3f48ea3 |
UTF-8 | 郢占サォ笏」 | 111010011000001110100010111001011000110110100000111011111011110110111011111011111011110110101011111001111010110010001111111011111011110110100011 | e983a2e58da0efbdbbefbdabe7ac8fefbda3 |
UHC | ?占??笏? | 0011111111101111101111110011111100111111111110111110111000111111 | 3fefbf3f3ffbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)