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 | 終???凄霆 | 100011110100100100111111001111110011111110010000101001101110100010111011 | 8f493f3f3f90a6e8bb |
EUC-JP | 終???凄霆 | 101111011010101000111111001111110011111111000000101010001111000010111101 | bdaa3f3f3fc0a8f0bd |
UTF-8 | 終띕렊흑凄霆 | 111001111011010110000010111010111001110110010101111010111010000010001010111011011001110110010001111001011000011110000100111010011001110010000110 | e7b582eb9d95eba08aed9d91e58784e99c86 |
UHC | 終띕렊흑凄霆 | 111100001111101110110110111010111000111010100001110010001110011011110100101000101110111111111101 | f0fbb6eb8ea1c8e6f4a2effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)