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 | 劾??? | 1000101001001110001111110011111100111111 | 8a4e3f3f3f |
EUC-JP | 劾?璵? | 10110011101011110011111110001111110011001110011000111111 | b3af3f8fcce63f |
UTF-8 | 劾숇璵칓 | 111001011000101010111110111011001000100010000111111001111001001010110101111011001011100110010011 | e58abeec8887e792b5ecb993 |
UHC | 劾숇璵칓 | 1111101010110110100110011110101111100110101001011010111101101010 | fab699ebe6a5af6a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)