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 | 爰???除 | 11100000101001110011111100111111001111111000111110011100 | e0a73f3f3f8f9c |
EUC-JP | 爰?勖?除 | 111000001010100100111111100011111011001111101101001111111011110111111100 | e0a93f8fb3ed3fbdfc |
UTF-8 | 爰렚勖렓除 | 111001111000100010110000111010111010000010011010111001011000101110010110111010111010000010010011111010011001100110100100 | e788b0eba09ae58b96eba093e999a4 |
UHC | 爰렚勖렓除 | 11101010101110101000111010101101111010011110110110001110101010001111000010110110 | eaba8eade9ed8ea8f0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)