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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 郤緒終扈 | 1110011110111010100011111000111110001111010010011110011110111011 | e7ba8f8f8f49e7bb |
EUC-JP | 郤緒終扈 | 1110111010111100101111011110111110111101101010101110111010111101 | eebcbdefbdaaeebd |
UTF-8 | 郤緒終扈 | 111010011000001110100100111001111011011110010010111001111011010110000010111001101000100110001000 | e983a4e7b792e7b582e68988 |
UHC | ??終扈 | 001111110011111111110000111110111111101111000011 | 3f3ff0fbfbc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)