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 | 沮???纜 | 10011111100111000011111100111111001111111110001110011100 | 9f9c3f3f3fe39c |
EUC-JP | 沮???纜 | 11011101111111000011111100111111001111111110010111111100 | ddfc3f3f3fe5fc |
UTF-8 | 沮렫롋꾀纜 | 111001101011001010101110111010111010000010101011111010111010000110001011111010101011111010000000111001111011101010011100 | e6b2aeeba0abeba18beabe80e7ba9c |
UHC | 沮렫롋꾀纜 | 11101110110000011000111010111001100011101101000110110010110100101101010110111111 | eec18eb98ed1b2d2d5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)