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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??提??提^ | 001111110011111110010010111100010011111100111111100100101111000101011110 | 3f3f92f13f3f92f15e |
EUC-JP | ??提??提^ | 001111110011111111000100111100110011111100111111110001001111001101011110 | 3f3fc4f33f3fc4f35e |
UTF-8 | 솽석提솽석提^ | 11101100100001101011110111101100100001001001110111100110100011111001000011101100100001101011110111101100100001001001110111100110100011111001000001011110 | ec86bdec849de68f90ec86bdec849de68f905e |
UHC | 솽석提솽석提^ | 10111100111000011011110010101110111100001010101110111100111000011011110010101110111100001010101101011110 | bce1bcaef0abbce1bcaef0ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)