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 | ?l?筍? | 00111111100000101000110000111111111000101010000100111111 | 3f828c3fe2a13f |
EUC-JP | ?l?筍? | 00111111101000111110110000111111111001001010001100111111 | 3fa3ec3fe4a33f |
UTF-8 | 力l꼮筍쬌 | 111011111010011010001010111011111011110110001100111010101011110010101110111001111010110110001101111011001010110010001100 | efa68aefbd8ceabcaee7ad8decac8c |
UHC | 力l꼮筍쬌 | 11100110101100111010001111101100100001001000100111100010111011001010011101000010 | e6b3a3ec8489e2eca742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)