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 | ???侈 | 0011111100111111001111111001100011001010 | 3f3f3f98ca |
EUC-JP | ???侈 | 0011111100111111001111111101000011001100 | 3f3f3fd0cc |
UTF-8 | 뤯瑩라侈 | 111010111010010010101111111011111010011010101110111010111001110110111100111001001011111010001000 | eba4afefa6aeeb9dbce4be88 |
UHC | 뤯瑩라侈 | 1000111111011101111001111100000110110110111100111111011010110110 | 8fdde7c1b6f3f6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)