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 | 隲溽朕鈞 | 1110100010101011100111111110011110010010101111011110011111100000 | e8ab9fe792bde7e0 |
EUC-JP | 隲溽朕鈞 | 1111000010101101110111101110100111000100101111111110111011100010 | f0addee9c4bfeee2 |
UTF-8 | 隲溽朕鈞 | 111010011001101010110010111001101011101010111101111001101001110010010101111010011000100010011110 | e99ab2e6babde69c95e9889e |
UHC | ??朕鈞 | 001111110011111111110010111110011101000010110111 | 3f3ff2f9d0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)