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 | 霍よ姶竏 | 1110100010110111100000101110011010001000101001101110001010001000 | e8b782e688a6e288 |
EUC-JP | 霍よ姶竏 | 1111000010111001101001001110100010110000101010001110001111101000 | f0b9a4e8b0a8e3e8 |
UTF-8 | 霍よ姶竏 | 111010011001110010001101111000111000001010001000111001011010011110110110111001111010101110001111 | e99c8de38288e5a7b6e7ab8f |
UHC | ?よ?? | 0011111110101010111010000011111100111111 | 3faae83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)