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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 易??易?? | 1000100011010101001111110011111110001000110101010011111100111111 | 88d53f3f88d53f3f |
EUC-JP | 易??易?? | 1011000011010111001111110011111110110000110101110011111100111111 | b0d73f3fb0d73f3f |
UTF-8 | 易뚪떵易뚪퐦 | 111001101001100010010011111010111001101010101010111010111001011010110101111001101001100010010011111010111001101010101010111011011001000010100110 | e69893eb9aaaeb96b5e69893eb9aaaed90a6 |
UHC | 易뚪떵易뚪퐦 | 111001101011011010001100111010011011011010111010111001101011011010001100111010011011110110001111 | e6b68ce9b6bae6b68ce9bd8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)