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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遙??涅 | 111010101010000100111111001111111001111110111000 | eaa13f3f9fb8 |
EUC-JP | 遙??涅 | 111101001010001100111111001111111101111010111010 | f4a33f3fdeba |
UTF-8 | 遙볦뒗涅 | 111010011000000110011001111010111011001110100110111010111001001010010111111001101011011010000101 | e98199ebb3a6eb9297e6b685 |
UHC | 遙볦뒗涅 | 1110100110101011100100111110110010001010100101001110011011101110 | e9ab93ec8a94e6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)