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 | ゙釼鶴ウ | 1111000011111001110111101110011111011101111111000100100110110011 | f0f9dee7ddfc49b3 |
EUC-JP | ?゙釼?ウ | 0011111110001110110111101110111011011111001111111000111010110011 | 3f8edeeedf3f8eb3 |
UTF-8 | ゙釼鶴ウ | 111011101000001010111000111011111011111010011110111010011000011110111100111011111010100010101101111011111011110110110011 | ee82b8efbe9ee987bcefa8adefbdb3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)