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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 爺??逆?? | 1001011011101010001111110011111110001011011101000011111100111111 | 96ea3f3f8b743f3f |
EUC-JP | 爺?˝逆?? | 11001100111011000011111110001111101000101011001110110101110101010011111100111111 | ccec3f8fa2b3b5d53f3f |
UTF-8 | 爺뗧˝逆욨歷 | 1110011110001000101110101110101110010111101001111100101110011101111010011000000010000110111011001001101010101000111011111010011010001100 | e788baeb97a7cb9de98086ec9aa8efa68c |
UHC | 爺뗧˝逆욨歷 | 111001011010110010001011111001111010001010101001111001101011110110011111010000011110011010111000 | e5ac8be7a2a9e6bd9f41e6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)