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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 恙?鵝Q] | 10011100100110010011111111101010010000000101000101011101 | 9c993fea40515d |
EUC-JP | 恙?鵝Q] | 11010111111110010011111111110011101000010101000101011101 | d7f93ff3a1515d |
UTF-8 | 恙뒟鵝Q] | 1110011010000001100110011110101110010010100111111110100110110101100111010101000101011101 | e68199eb929fe9b59d515d |
UHC | 恙뒟鵝Q] | 1110010110111111100010101001101111100100101111010101000101011101 | e5bf8a9be4bd515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)