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 | 偲悉篠竺璽 | 100011101100001110001110101110111000111011000010100011101011000111110000101110111000111010100011 | 8ec38ebb8ec28eb1f0bb8ea3 |
EUC-JP | 偲悉篠竺?璽 | 1011110011000101101111001011110110111100110001001011110010110011001111111011110010100101 | bcc5bcbdbcc4bcb33fbca5 |
UTF-8 | 偲悉篠竺璽 | 111001011000000110110010111001101000001010001001111001111010111110100000111001111010101110111010111011101000000110111010111001111001001010111101 | e581b2e68289e7afa0e7abbaee81bae792bd |
UHC | ?悉篠竺?璽 | 00111111111000111111101011100001110001101111010111100111001111111101111111011110 | 3fe3fae1c6f5e73fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)