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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????巽 | 0011111100111111001111110011111100111111001111111001001001000110 | 3f3f3f3f3f3f9246 |
EUC-JP | ??????巽 | 0011111100111111001111110011111100111111001111111100001110100111 | 3f3f3f3f3f3fc3a7 |
UTF-8 | 溜븍뿕溜좊졋巽 | 111011111010011110001011111010111011100010001101111010111011111110010101111011111010011110001011111011001010001010001010111011001010000110001011111001011011011110111101 | efa78bebb88debbf95efa78beca28aeca18be5b7bd |
UHC | 溜븍뿕溜좊졋巽 | 1110101011111110101110101110101110010111100110001110101011111110101000001110101110100000101110101110000111011110 | eafebaeb9798eafea0eba0bae1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)