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 | 駿絞???? | 1000111101111000100011010110100100111111001111110011111100111111 | 8f788d693f3f3f3f |
EUC-JP | 駿絞???? | 1011110111011001101110011100101000111111001111110011111100111111 | bdd9b9ca3f3f3f3f |
UTF-8 | 駿絞뤘뤊戮풣 | 111010011010011110111111111001111011010110011110111010111010010010011000111010111010010010001010111011111010011110010010111011011001001010100011 | e9a7bfe7b59eeba498eba48aefa792ed92a3 |
UHC | 駿絞뤘뤊戮풣 | 111100011110011111001110111011011011011111110000100011111011101011101011101111011011111101000110 | f1e7ceedb7f08fbaebbdbf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)