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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 艶????^ | 10001001100100000011111100111111001111110011111101011110 | 89903f3f3f3f5e |
EUC-JP | 艶??琰?^ | 101100011111000000111111001111111000111111001100101101000011111101011110 | b1f03f3f8fccb43f5e |
UTF-8 | 艶쀧왃琰얢^ | 11101000100010011011011011101100100000001010011111101100100110011000001111100111100100001011000011101100100101101010001001011110 | e889b6ec80a7ec9983e790b0ec96a25e |
UHC | 艶쀧왃琰얢^ | 1110011011111101100101111110011110011110101101101110011011111100100111100100100101011110 | e6fd97e79eb6e6fc9e495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)