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 | 讌轟沖豈 | 1110011010100101100011011000110010001001101010111110011010101111 | e6a58d8c89abe6af |
EUC-JP | 讌轟沖豈 | 1110110010100111101110011110110010110010101011011110110010110001 | eca7b9ecb2adecb1 |
UTF-8 | 讌轟沖豈 | 111010001010111010001100111010001011110110011111111001101011001010010110111010001011000110001000 | e8ae8ce8bd9fe6b296e8b188 |
UHC | ?轟沖豈 | 00111111110011101101111011110101111110001101000111000010 | 3fcedef5f8d1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)