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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莨願騒? | 11100100101111001000101011101000100100011001101100111111 | e4bc8ae8919b3f |
EUC-JP | 莨願騒奙 | 111010001011111010110100111010101100000111111011100011111011100011110110 | e8beb4eac1fb8fb8f6 |
UTF-8 | 莨願騒奙 | 111010001000111010101000111010011010000110011000111010011010100010010010111001011010010110011001 | e88ea8e9a198e9a892e5a599 |
UHC | ?願?? | 0011111111101010110000110011111100111111 | 3feac33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)