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??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 鋺慌}Y鋺慌}bE | 11100111111110101000110101010001011111010101100111100111111110101000110101010001011111010110001001000101 | e7fa8d517d59e7fa8d517d6245 |
EUC-JP | 鋺慌}Y鋺慌}bE | 11101110111111001011100110110010011111010101100111101110111111001011100110110010011111010110001001000101 | eefcb9b27d59eefcb9b27d6245 |
UTF-8 | 鋺慌}Y鋺慌}bE | 1110100110001011101110101110011010000101100011000111110101011001111010011000101110111010111001101000010110001100011111010110001001000101 | e98bbae6858c7d59e98bbae6858c7d6245 |
UHC | ?慌}Y?慌}bE | 0011111111111100110010110111110101011001001111111111110011001011011111010110001001000101 | 3ffccb7d593ffccb7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)