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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 若??B | 1000111011100001001111110011111101000010 | 8ee13f3f42 |
EUC-JP | 若??B | 1011110011100011001111110011111101000010 | bce33f3f42 |
UTF-8 | 若잏쥍B | 11101000100010111010010111101100100111101000111111101100101001011000110101000010 | e88ba5ec9e8feca58d42 |
UHC | 若잏쥍B | 11100101101101001001111111100111101000101000011001000010 | e5b49fe7a28642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)