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 | ??陽? | 0011111100111111100101110111101000111111 | 3f3f977a3f |
EUC-JP | 棅馹陽棅 | 1000111111000011111110111000111111101001101000011100110111011011100011111100001111111011 | 8fc3fb8fe9a1cddb8fc3fb |
UTF-8 | 棅馹陽棅 | 111001101010001110000101111010011010011010111001111010011001100110111101111001101010001110000101 | e6a385e9a6b9e999bde6a385 |
UHC | 棅馹陽棅 | 1101110010111000111011001111000111100101110101011101110010111000 | dcb8ecf1e5d5dcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)