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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?忽其 | 0011111110001101100110101001000110110100 | 3f8d9a91b4 |
EUC-JP | ?忽其 | 0011111110111001111110101100001010110110 | 3fb9fac2b6 |
UTF-8 | 뤈忽其 | 111010111010010010001000111001011011111110111101111001011000010110110110 | eba488e5bfbde585b6 |
UHC | 뤈忽其 | 100011111011100011111011111011001101000011101100 | 8fb8fbecd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)