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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠇滂セ願椶 | 111110111010000110011111111011111011111010001010111010001001111010100010 | fba19fefbe8ae89ea2 |
EUC-JP | ?滂セ願椶 | 001111111101111011110001100011101011111010110100111010101101110010100100 | 3fdef18ebeb4eadca4 |
UTF-8 | 蠇滂セ願椶 | 111010001010000010000111111001101011101110000010111011111011110110111110111010011010000110011000111001101010010010110110 | e8a087e6bb82efbdbee9a198e6a4b6 |
UHC | ?滂?願? | 00111111110110111011010100111111111010101100001100111111 | 3fdbb53feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)