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 | ゙鱚樰フ鋓 | 1101111011101001111000111111101011101101110011001111101111010110 | dee9e3faedccfbd6 |
EUC-JP | ゙鱚樰フ鋓 | 100011101101111011110010111001011000111111000100111111011000111011001100100011111110010010111111 | 8edef2e58fc4fd8ecc8fe4bf |
UTF-8 | ゙鱚樰フ鋓 | 111011111011111010011110111010011011000110011010111001101010100010110000111011111011111010001100111010011000101110010011 | efbe9ee9b19ae6a8b0efbe8ce98b93 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)