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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??Э??? | 00111111001111111000010001011110001111110011111100111111 | 3f3f845e3f3f3f |
EUC-JP | 庾?Э??? | 100011111011110011001110001111111010011110111111001111110011111100111111 | 8fbcce3fa7bf3f3f3f |
UTF-8 | 庾싲Э硫쏅럻 | 1110010110111010101111101110110010001011101100101101000010101101111011111010011110001110111011001000111110000101111010111001111110111011 | e5babeec8bb2d0adefa78eec8f85eb9fbb |
UHC | 庾싲Э硫쏅럻 | 111010101110110010011010111010111010110010111111111010111010100110011011111010111000111010011010 | eaec9aebacbfeba99beb8e9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)