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 | 湘筍咀 | 100011111100001111100010101000011001100111110000 | 8fc3e2a199f0 |
EUC-JP | 湘筍咀 | 101111101100010111100100101000111101001011110010 | bec5e4a3d2f2 |
UTF-8 | 湘筍咀 | 111001101011100110011000111001111010110110001101111001011001001010000000 | e6b998e7ad8de59280 |
UHC | 湘筍咀 | 110111111100111111100010111011001110111010111010 | dfcfe2eceeba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)