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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈔帛鏡籵 | 1110011111100010100110111110010110001011101111101110001011100000 | e7e29be58bbee2e0 |
EUC-JP | 鈔帛鏡籵 | 1110111011100100110101101110011110110110110000001110010011100010 | eee4d6e7b6c0e4e2 |
UTF-8 | 鈔帛鏡籵 | 111010011000100010010100111001011011100010011011111010011000111110100001111001111011000110110101 | e98894e5b89be98fa1e7b1b5 |
UHC | ?帛鏡? | 001111111101101111011001110011001111000000111111 | 3fdbd9ccf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)