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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驤願眺邀婁 | 11101001100010001000101011101000100100101010110111100111101100011001100001001011 | e9888ae892ade7b1984b |
EUC-JP | 驤願眺邀婁 | 11110001111010001011010011101010110001001010111111101110101100111100111110101100 | f1e8b4eac4afeeb3cfac |
UTF-8 | 驤願眺邀婁 | 111010011010100110100100111010011010000110011000111001111001110010111010111010011000001010000000111001011010100110000001 | e9a9a4e9a198e79cbae98280e5a981 |
UHC | ?願眺邀婁 | 001111111110101011000011111100001101001011101001101011011101011110100101 | 3feac3f0d2e9add7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)