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 | 褥ф?? | 111010101111001110100111111001100011111100111111 | eaf3a7e63f3f |
UTF-8 | 褥ф꼇歷 | 1110100010100100101001011101000110000100111010101011110010000111111011111010011010001100 | e8a4a5d184eabc87efa68c |
UHC | 褥ф꼇歷 | 1110100110110011101011001110011010110010101110111110011010111000 | e9b3ace6b2bbe6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)