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 | 紳??巖 | 100100000110000100111111001111111001101111011100 | 90613f3f9bdc |
EUC-JP | 紳??巖 | 101111111100001000111111001111111101011011011110 | bfc23f3fd6de |
UTF-8 | 紳딇뢚巖 | 111001111011010010110011111010111001010010000111111010111010001010011010111001011011011110010110 | e7b4b3eb9487eba29ae5b796 |
UHC | 紳딇뢚巖 | 1110001111101011100010101110110110001111010101011110010011011100 | e3eb8aed8f55e4dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)