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 | 永??逸?^ | 1000100101101001001111110011111110001000111011010011111101011110 | 89693f3f88ed3f5e |
EUC-JP | 永??逸?^ | 1011000111001010001111110011111110110000111011110011111101011110 | b1ca3f3fb0ef3f5e |
UTF-8 | 永띕낑逸킡^ | 11100110101100001011100011101011100111011001010111101011100000101001000111101001100000001011100011101101100000101010000101011110 | e6b0b8eb9d95eb8291e980b8ed82a15e |
UHC | 永띕낑逸킡^ | 1110011110110101101101101110101110110011101010011110110011101111101101010100110101011110 | e7b5b6ebb3a9ecefb54d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)