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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闍槻シ | 1110100010001011100100101100111010111100 | e88b92cebc |
EUC-JP | 闍槻シ | 111011111110101111000100110100001000111010111100 | efebc4d08ebc |
UTF-8 | 闍槻シ | 111010011001011110001101111001101010011110111011111011111011110110111100 | e9978de6a7bbefbdbc |
UHC | ?槻? | 00111111110100001010011100111111 | 3fd0a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)