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 | 多促丹綻 | 1001000110111101100100011010001110010010010011111001001001011101 | 91bd91a3924f925d |
EUC-JP | 多促丹綻 | 1100001010111111110000101010010111000011101100001100001110111110 | c2bfc2a5c3b0c3be |
UTF-8 | 多促丹綻 | 111001011010010010011010111001001011111110000011111001001011100010111001111001111011011010111011 | e5a49ae4bf83e4b8b9e7b6bb |
UHC | 多促丹綻 | 1101001011111101111101011011010111010011101000011111011110101010 | d2fdf5b5d3a1f7aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)