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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ヤ館ヲヤ館、^ | 110101001111101111111001101001101101010011111011111110011010010001011110 | d4fbf9a6d4fbf9a45e |
EUC-JP | ヤ?ヲヤ?、^ | 1000111011010100001111111000111010100110100011101101010000111111100011101010010001011110 | 8ed43f8ea68ed43f8ea45e |
UTF-8 | ヤ館ヲヤ館、^ | 11101111101111101001010011101111101010001010110011101111101111011010011011101111101111101001010011101111101010001010110011101111101111011010010001011110 | efbe94efa8acefbda6efbe94efa8acefbda45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)