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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???釉≫?\ | 001111110011111100111111111001111101011010000001111000100011111101011100 | 3f3f3fe7d681e23f5c |
EUC-JP | ???釉≫?\ | 001111110011111100111111111011101101100010100010111001000011111101011100 | 3f3f3feed8a2e43f5c |
UTF-8 | 列룸벏釉≫슜\ | 11101111101001101001110011101011101000111011100011101011101100101000111111101001100001111000100111100010100010011010101111101100100010101001110001011100 | efa69ceba3b8ebb28fe98789e289abec8a9c5c |
UHC | 列룸벏釉≫슜\ | 11100110111010101011011111101011100100111010111111101011101110001010000111101101100110101010100101011100 | e6eab7eb93afebb8a1ed9aa95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)