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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 郤件習Y | 11100111101110101000110010001111100011110100101101011001 | e7ba8c8f8f4b59 |
EUC-JP | 郤件習Y | 11101110101111001011011111101111101111011010110001011001 | eebcb7efbdac59 |
UTF-8 | 郤件習Y | 11101001100000111010010011100100101110111011011011100111101111111001001001011001 | e983a4e4bbb6e7bf9259 |
UHC | ?件習Y | 001111111100101111101100111000111010011101011001 | 3fcbece3a759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)