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 | 郤緒終蓍 | 1110011110111010100011111000111110001111010010011110010011100111 | e7ba8f8f8f49e4e7 |
EUC-JP | 郤緒終蓍 | 1110111010111100101111011110111110111101101010101110100011101001 | eebcbdefbdaae8e9 |
UTF-8 | 郤緒終蓍 | 111010011000001110100100111001111011011110010010111001111011010110000010111010001001001110001101 | e983a4e7b792e7b582e8938d |
UHC | ??終蓍 | 001111110011111111110000111110111110001111001001 | 3f3ff0fbe3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)