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 | 陽韲韈盖 | 1001011101111010111010001110110011101000111001111110000110110011 | 977ae8ece8e7e1b3 |
EUC-JP | 陽韲韈盖 | 1100110111011011111100001110111011110000111010011110001010110101 | cddbf0eef0e9e2b5 |
UTF-8 | 陽韲韈盖 | 111010011001100110111101111010011001111110110010111010011001111110001000111001111001101110010110 | e999bde99fb2e99f88e79b96 |
UHC | 陽??盖 | 111001011101010100111111001111111100101111001100 | e5d53f3fcbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)