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 | ???壓?? | 00111111001111110011111110011010110110000011111100111111 | 3f3f3f9ad83f3f |
EUC-JP | ?®?壓?? | 001111111000111110100010111011100011111111010100110110100011111100111111 | 3f8fa2ee3fd4da3f3f |
UTF-8 | 吳®뒃壓붹쭒 | 1110010110010000101100111100001010101110111010111001001010000011111001011010001110010011111010111011011010111001111011001010110110010010 | e590b3c2aeeb9283e5a393ebb6b9ecad92 |
UHC | 吳®뒃壓붹쭒 | 111001111110111110100010111001111000101010000001111001001110001010010100111001101010011110001010 | e7efa2e78a81e4e294e6a78a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)