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 | ¯Y£H | 1001000110101111100100100101100110010001101000111001001001001000 | 91af925991a39248 |
SJIS-WIN | ???Y?£?H | 001111110011111100111111010110010011111110000001100100100011111101001000 | 3f3f3f593f81923f48 |
EUC-JP | ?¯?Y?£?H | 0011111110001111101000101011010000111111010110010011111110100001111100100011111101001000 | 3f8fa2b43f593fa1f23f48 |
UTF-8 | ¯Y£H | 1100001010010001110000101010111111000010100100100101100111000010100100011100001010100011110000101001001001001000 | c291c2afc29259c291c2a3c29248 |
UHC | ???Y???H | 0011111100111111001111110101100100111111001111110011111101001000 | 3f3f3f593f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)