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 | 遙??涅? | 11101010101000010011111100111111100111111011100000111111 | eaa13f3f9fb83f |
EUC-JP | 遙??涅? | 11110100101000110011111100111111110111101011101000111111 | f4a33f3fdeba3f |
UTF-8 | 遙볦뒗涅곈 | 111010011000000110011001111010111011001110100110111010111001001010010111111001101011011010000101111010101011001110001000 | e98199ebb3a6eb9297e6b685eab388 |
UHC | 遙볦뒗涅곈 | 11101001101010111001001111101100100010101001010011100110111011101011000011101001 | e9ab93ec8a94e6eeb0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)