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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???嶽?? | 00111111001111110011111110011011110101000011111100111111 | 3f3f3f9bd43f3f |
EUC-JP | ???嶽?? | 00111111001111110011111111010110110101100011111100111111 | 3f3f3fd6d63f3f |
UTF-8 | 뤙굴틣嶽롍렩 | 111010111010010010011001111010101011010110110100111011011000101110100011111001011011011010111101111010111010000110001101111010111010000010101001 | eba499eab5b4ed8ba3e5b6bdeba18deba0a9 |
UHC | 뤙굴틣嶽롍렩 | 100011111100100010110001101111001011101010001111111001001100000010001110110100111000111010110111 | 8fc8b1bcba8fe4c08ed38eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)