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 | ??楯? | 0011111100111111100011110111110000111111 | 3f3f8f7c3f |
EUC-JP | 棅棅楯棅 | 1000111111000011111110111000111111000011111110111011110111011101100011111100001111111011 | 8fc3fb8fc3fbbddd8fc3fb |
UTF-8 | 棅棅楯棅 | 111001101010001110000101111001101010001110000101111001101010010110101111111001101010001110000101 | e6a385e6a385e6a5afe6a385 |
UHC | 棅棅楯棅 | 1101110010111000110111001011100011100010111001001101110010111000 | dcb8dcb8e2e4dcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)