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 | 郤占ゥ槭ご | 111001111011101010010000111010001010100110011110111000111000001010110010 | e7ba90e8a99ee382b2 |
EUC-JP | 郤占ゥ槭ご | 11101110101111001100000011101010100011101010100111011100111001011010010010110100 | eebcc0ea8ea9dce5a4b4 |
UTF-8 | 郤占ゥ槭ご | 111010011000001110100100111001011000110110100000111011111011110110101001111001101010011110101101111000111000000110010100 | e983a4e58da0efbda9e6a7ade38194 |
UHC | ?占??ご | 00111111111011111011111100111111001111111010101010110100 | 3fefbf3f3faab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)