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 | 余??踰?│ | 100101110101110100111111001111111110011011111010001111111000010010100000 | 975d3f3fe6fa3f84a0 |
EUC-JP | 余?ŀ踰?│ | 1100110110111110001111111000111110101001110010011110110011111100001111111010100010100010 | cdbe3f8fa9c9ecfc3fa8a2 |
UTF-8 | 余뽯ŀ踰잞│ | 1110010010111101100110011110101110111101101011111100010110000000111010001011100010110000111011001001111010011110111000101001010010000010 | e4bd99ebbdafc580e8b8b0ec9e9ee29482 |
UHC | 余뽯ŀ踰잞│ | 111001011111100110010110111010111010100110101000111010111011001010011111111011111010011010100010 | e5f996eba9a8ebb29fefa6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)