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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 晤よ? | 1001110111101011100000101110011000111111 | 9deb82e63f |
EUC-JP | 晤よ? | 1101101011101101101001001110100000111111 | daeda4e83f |
UTF-8 | 晤よ변 | 111001101001100110100100111000111000001010001000111010111011001110000000 | e699a4e38288ebb380 |
UHC | 晤よ변 | 111001111111101110101010111010001011101010101111 | e7fbaae8baaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)