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 | ????よⅳ | 0011111100111111001111110011111110000010111001101111101001000011 | 3f3f3f3f82e6fa43 |
EUC-JP | ????よ? | 00111111001111110011111100111111101001001110100000111111 | 3f3f3f3fa4e83f |
UTF-8 | 醴⑼퐡囹よⅳ | 111011111010011010110111111000101001000110111100111011011001000010100001111011111010011010101001111000111000001010001000111000101000010110110011 | efa6b7e291bced90a1efa6a9e38288e285b3 |
UHC | 醴⑼퐡囹よⅳ | 111001111110010010101001111011111011110110001010111001111010101010101010111010001010010110100100 | e7e4a9efbd8ae7aaaae8a5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)