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 | ?忌脈 | 0011111110001010111101011001011010101100 | 3f8af596ac |
EUC-JP | ?忌脈 | 0011111110110100111101111100110010101110 | 3fb4f7ccae |
UTF-8 | 뤜忌脈 | 111010111010010010011100111001011011111110001100111010001000010010001000 | eba49ce5bf8ce88488 |
UHC | 뤜忌脈 | 100011111100101111010000111110111101100011100110 | 8fcbd0fbd8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)