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 | 毓??潁?? | 1001111101111001001111110011111110011111111100010011111100111111 | 9f793f3f9ff13f3f |
EUC-JP | 毓??潁?? | 1101110111011010001111110011111111011110111100110011111100111111 | ddda3f3fdef33f3f |
UTF-8 | 毓면궢潁잙씀 | 111001101010111110010011111010111010100110110100111010101011011010100010111001101011110110000001111011001001111010011001111011001001010010000000 | e6af93eba9b4eab6a2e6bd81ec9e99ec9480 |
UHC | 毓면궢潁잙씀 | 111010111011111010111000111010011000001010110101111001111011100010011111111010111011111010111000 | ebbeb8e982b5e7b89febbeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)