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 | 褥ф?? | 111001011111000110000100100001100011111100111111 | e5f184863f3f |
EUC-JP | 褥ф?滎 | 1110101011110011101001111110011000111111100011111100100010111001 | eaf3a7e63f8fc8b9 |
UTF-8 | 褥ф꼇滎 | 1110100010100100101001011101000110000100111010101011110010000111111001101011101110001110 | e8a4a5d184eabc87e6bb8e |
UHC | 褥ф꼇滎 | 1110100110110011101011001110011010110010101110111111101110100011 | e9b3ace6b2bbfba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)