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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | 篠ホトフナ璽V | 100011101100001011001110110001001100110011000101100011101010001101010110 | 8ec2cec4ccc58ea356 |
EUC-JP | 篠ホトフナ璽V | 10111100110001001000111011001110100011101100010010001110110011001000111011000101101111001010010101010110 | bcc48ece8ec48ecc8ec5bca556 |
UTF-8 | 篠ホトフナ璽V | 11100111101011111010000011101111101111101000111011101111101111101000010011101111101111101000110011101111101111101000010111100111100100101011110101010110 | e7afa0efbe8eefbe84efbe8cefbe85e792bd56 |
UHC | 篠????璽V | 111000011100011000111111001111110011111100111111110111111101111001010110 | e1c63f3f3f3fdfde56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)