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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魚???? | 100010111001101100111111001111110011111100111111 | 8b9b3f3f3f3f |
EUC-JP | 魚??靷? | 1011010111111011001111110011111110001111111001111011110100111111 | b5fb3f3f8fe7bd3f |
UTF-8 | 魚잙끝靷쭮 | 111010011010110110011010111011001001111010011001111010111000000110011101111010011001110110110111111011001010110110101110 | e9ad9aec9e99eb819de99db7ecadae |
UHC | 魚잙끝靷쭮 | 11100101111000001001111111101011101100111010000111101100111001101010100001000010 | e5e09febb3a1ece6a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)