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 | ?®???? | 001111111010111000111111001111110011111100111111 | 3fae3f3f3f3f |
SJIS-WIN | 壯??張?? | 1001101011100001001111110011111110010010101000110011111100111111 | 9ae13f3f92a33f3f |
EUC-JP | 壯®?張?? | 11010100111000111000111110100010111011100011111111000100101001010011111100111111 | d4e38fa2ee3fc4a53f3f |
UTF-8 | 壯®뿏張싷푽 | 1110010110100011101011111100001010101110111010111011111110001111111001011011110010110101111011001000101110110111111011011001000110111101 | e5a3afc2aeebbf8fe5bcb5ec8bb7ed91bd |
UHC | 壯®뿏張싷푽 | 111011011110000010100010111001111001011110010100111011011110010110011010111011111011111010001000 | ede0a2e79794ede59aefbe88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)