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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陰ъ?? | 100010010100000110000100100011000011111100111111 | 8941848c3f3f |
EUC-JP | 陰ъ?邕 | 1011000110100010101001111110110000111111100011111110000111101101 | b1a2a7ec3f8fe1ed |
UTF-8 | 陰ъ넩邕 | 1110100110011001101100001101000110001010111010111000010010101001111010011000001010010101 | e999b0d18aeb84a9e98295 |
UHC | 陰ъ넩邕 | 1110101111100100101011001110110010000110101010011110100010111011 | ebe4acec86a9e8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)