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 | ?®??? | 0011111110101110001111110011111100111111 | 3fae3f3f3f |
SJIS-WIN | 壯??燿? | 10011010111000010011111100111111111000001010000000111111 | 9ae13f3fe0a03f |
EUC-JP | 壯®?燿? | 110101001110001110001111101000101110111000111111111000001010001000111111 | d4e38fa2ee3fe0a23f |
UTF-8 | 壯®렢燿퀯 | 1110010110100011101011111100001010101110111010111010000010100010111001111000011110111111111011011000000010101111 | e5a3afc2aeeba0a2e787bfed80af |
UHC | 壯®렢燿퀯 | 11101101111000001010001011100111100011101011001111101000111111001011010001000010 | ede0a2e78eb3e8fcb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)