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 | 荳茨セ∝ョ溥 | 11100100101110001000100011101111101111101000000111100101101011101001111111101110 | e4b888efbe81e5ae9fee |
EUC-JP | 荳茨セ∝ョ溥 | 111010001011101010110000111100011000111010111110101000101110011110001110101011101101111011110000 | e8bab0f18ebea2e78eaedef0 |
UTF-8 | 荳茨セ∝ョ溥 | 111010001000110110110011111010001000110010101000111011111011110110111110111000101000100010011101111011111011110110101110111001101011101010100101 | e88db3e88ca8efbdbee2889defbdaee6baa5 |
UHC | 荳茨?∝?溥 | 11010100111001011110110110111100001111111010000111110000001111111101110110101010 | d4e5edbc3fa1f03fddaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)