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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 絶?‥兀?? | 100100001110001000111111100000010110010010011001010110010011111100111111 | 90e23f816499593f3f |
EUC-JP | 絶?‥兀?? | 110000001110010000111111101000011100010111010001101110100011111100111111 | c0e43fa1c5d1ba3f3f |
UTF-8 | 絶뽭‥兀붻낳 | 111001111011010110110110111010111011110110101101111000101000000010100101111001011000010110000000111010111011011010111011111010111000001010110011 | e7b5b6ebbdade280a5e58580ebb6bbeb82b3 |
UHC | 絶뽭‥兀붻낳 | 111011111011111010010110111010011010000110100101111010001011010010010100111010001011001110111010 | efbe96e9a1a5e8b494e8b3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)