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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邀溽樺 | 111001111011000110011111111001111000101010010010 | e7b19fe78a92 |
EUC-JP | 邀溽樺 | 111011101011001111011110111010011011001111110010 | eeb3dee9b3f2 |
UTF-8 | 邀溽樺 | 111010011000001010000000111001101011101010111101111001101010100010111010 | e98280e6babde6a8ba |
UHC | 邀?樺 | 1110100110101101001111111111101111111100 | e9ad3ffbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)