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 | 陽涌獗盖 | 1001011101111010100101110100111111100000110100111110000110110011 | 977a974fe0d3e1b3 |
EUC-JP | 陽涌獗盖 | 1100110111011011110011011011000011100000110101011110001010110101 | cddbcdb0e0d5e2b5 |
UTF-8 | 陽涌獗盖 | 111010011001100110111101111001101011011010001100111001111000110110010111111001111001101110010110 | e999bde6b68ce78d97e79b96 |
UHC | 陽涌獗盖 | 1110010111010101111010011011111111001111111100011100101111001100 | e5d5e9bfcff1cbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)