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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牴狃聰獻 | 1110000010110000111000001011101111100011111000001110000011011001 | e0b0e0bbe3e0e0d9 |
EUC-JP | 牴狃聰獻 | 1110000010110010111000001011110111100110111000101110000011011011 | e0b2e0bde6e2e0db |
UTF-8 | 牴狃聰獻 | 111001111000100110110100111001111000101110000011111010001000000110110000111001111000110110111011 | e789b4e78b83e881b0e78dbb |
UHC | ??聰獻 | 001111110011111111110101110001101111101011001100 | 3f3ff5c6facc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)