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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | ?權オo | 001111111001111011011100100000110100100101101111 | 3f9edc83496f |
EUC-JP | ?權オo | 001111111101110011011110101001011010101001101111 | 3fdcdea5aa6f |
UTF-8 | 룶權オo | 11101011101000111011011011100110101011001000101011100011100000101010101001101111 | eba3b6e6ac8ae382aa6f |
UHC | 룶權オo | 10001111101010111100111111101101101010111010101001101111 | 8fabcfedabaa6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)