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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 魚??意?? | 1000101110011011001111110011111110001000110100110011111100111111 | 8b9b3f3f88d33f3f |
EUC-JP | 魚??意®? | 10110101111110110011111100111111101100001101010110001111101000101110111000111111 | b5fb3f3fb0d58fa2ee3f |
UTF-8 | 魚잙쉴意®몭 | 1110100110101101100110101110110010011110100110011110110010001001101101001110011010000100100011111100001010101110111010111010101010101101 | e9ad9aec9e99ec89b4e6848fc2aeebaaad |
UHC | 魚잙쉴意®몭 | 111001011110000010011111111010111011110110101111111010111111001010100010111001111001000110010111 | e5e09febbdafebf2a2e79197 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)