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 | 茯翫ぇ篋 | 1110010010101000100010101110001110000010101001011110001010111000 | e4a88ae382a5e2b8 |
EUC-JP | 茯翫ぇ篋 | 1110100010101010101101001110010110100100101001111110010010111010 | e8aab4e5a4a7e4ba |
UTF-8 | 茯翫ぇ篋 | 111010001000110010101111111001111011111110101011111000111000000110000111111001111010111110001011 | e88cafe7bfabe38187e7af8b |
UHC | 茯翫ぇ? | 11011100110110101110100011010001101010101010011100111111 | dcdae8d1aaa73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)