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 | ?k??? | 001111111000001010001011001111110011111100111111 | 3f828b3f3f3f |
EUC-JP | 渶k?瑗? | 10001111110001111110110110100011111010110011111110001111110011001100000000111111 | 8fc7eda3eb3f8fccc03f |
UTF-8 | 渶k뎾瑗놟 | 111001101011100010110110111011111011110110001011111010111000111010111110111001111001000110010111111010111000011010011111 | e6b8b6efbd8beb8ebee79197eb869f |
UHC | 渶k뎾瑗놟 | 11100111101101111010001111101011100010011001000111101010101111001000011101000010 | e7b7a3eb8991eabc8742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)