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 | 七肛七凜 | 11110001111000001000111010110101111000111110100010001110101101011110101010100011 | f1e08eb5e3e88eb5eaa3 |
EUC-JP | ?七肛七凜 | 001111111011110010110111111001101110101010111100101101111111010010100101 | 3fbcb7e6eabcb7f4a5 |
UTF-8 | 七肛七凜 | 111011101000010110011011111001001011100010000011111010001000001010011011111001001011100010000011111001011000011110011100 | ee859be4b883e8829be4b883e5879c |
UHC | ?七肛七凜 | 001111111111011011010010111110011111110111110110110100101101011111001111 | 3ff6d2f9fdf6d2d7cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)