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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謳野ぞ岦滉 | 11100110100100001001011011101100100000101011110011111010101011001001111111100100 | e69096ec82bcfaac9fe4 |
EUC-JP | 謳野ぞ岦滉 | 1110101111110000110011001110111010100100101111101000111110111011101100111101111011100110 | ebf0cceea4be8fbbb3dee6 |
UTF-8 | 謳野ぞ岦滉 | 111010001010110010110011111010011000011110001110111000111000000110011110111001011011001010100110111001101011101110001001 | e8acb3e9878ee3819ee5b2a6e6bb89 |
UHC | 謳野ぞ?滉 | 110011111100010011100101101011111010101010111110001111111111110011010001 | cfc4e5afaabe3ffcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)