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 | 迢ク雍磯ア | 1110011110001011101110001110100010110100100010001110100110110001 | e78bb8e8b488e9b1 |
EUC-JP | 迢ク雍磯ア | 11101101111010111000111010111000111100001011011010110000111010111000111010110001 | edeb8eb8f0b6b0eb8eb1 |
UTF-8 | 迢ク雍磯ア | 111010001011111110100010111011111011110110111000111010011001101110001101111001111010001110101111111011111011110110110001 | e8bfa2efbdb8e99b8de7a3afefbdb1 |
UHC | ??雍磯? | 00111111001111111110100010111100110100011011010000111111 | 3f3fe8bcd1b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)